DOtherSide
0.7.1
C language library for creating bindings for the Qt QML language
|
Functions related to the QGuiApplication class. More...
Functions | |
DOS_API char * | dos_qcoreapplication_application_dir_path (void) |
Return the QCore::applicationDirPath. More... | |
DOS_API void | dos_qcoreapplication_process_events (DosQEventLoopProcessEventFlag flags=DosQEventLoopProcessEventFlag::DosQEventLoopProcessEventFlagProcessAllEvents) |
Force the event loop to spin and process the given events. | |
DOS_API void | dos_qcoreapplication_process_events_timed (DosQEventLoopProcessEventFlag flags, int ms) |
Force the event loop to spin and process the given events until no more available or timed out. | |
DOS_API void | dos_qguiapplication_create (void) |
Create a QGuiApplication. More... | |
DOS_API void | dos_qguiapplication_exec (void) |
Calls the QGuiApplication::exec() function of the current QGuiApplication. More... | |
DOS_API void | dos_qguiapplication_quit (void) |
Calls the QGuiApplication::quit() function of the current QGuiApplication. More... | |
DOS_API void | dos_qguiapplication_delete (void) |
Free the memory of the current QGuiApplication. More... | |
Functions related to the QGuiApplication class.
DOS_API char* dos_qcoreapplication_application_dir_path | ( | void | ) |
Return the QCore::applicationDirPath.
DOS_API void dos_qguiapplication_create | ( | void | ) |
Create a QGuiApplication.
DOS_API void dos_qguiapplication_delete | ( | void | ) |
Free the memory of the current QGuiApplication.
DOS_API void dos_qguiapplication_exec | ( | void | ) |
Calls the QGuiApplication::exec() function of the current QGuiApplication.
DOS_API void dos_qguiapplication_quit | ( | void | ) |
Calls the QGuiApplication::quit() function of the current QGuiApplication.