Terminate the outermost event loop, and all inner modal loops; All more deeper nested event loops will be terminated with code equal to 0, while the outermost event loop will return code equal to value. Definition at line 982 of file FXApp.h. 00982 { getEventLoop()->stop(value); }
|