#include <Application.h>
Inheritance diagram for GUI::Application:
Public Member Functions | |
InstanceHandle | getInstanceHandle () |
Return the instance handle of the application. | |
void | quit (int exit_code=0) |
Terminate the application execution. |
InstanceHandle GUI::Application::getInstanceHandle | ( | ) |
Return the instance handle of the application.
void GUI::Application::quit | ( | int | exit_code = 0 |
) |
Terminate the application execution.
This method stop the message loop in the EventsDispatcher.
exit_code | (default 0) the application exit code |