DOtherSide
0.7.1
C language library for creating bindings for the Qt QML language
|
Functions related to the QApplication class. More...
Functions | |
DOS_API void | dos_qapplication_create (void) |
Create a QApplication. More... | |
DOS_API void | dos_qapplication_exec (void) |
Calls the QApplication::exec() function of the current QGuiApplication. More... | |
DOS_API void | dos_qapplication_quit (void) |
Calls the QApplication::quit() function of the current QGuiApplication. More... | |
DOS_API void | dos_qapplication_delete (void) |
Free the memory of the current QApplication. More... | |
Functions related to the QApplication class.
DOS_API void dos_qapplication_create | ( | void | ) |
Create a QApplication.
DOS_API void dos_qapplication_delete | ( | void | ) |
Free the memory of the current QApplication.
DOS_API void dos_qapplication_exec | ( | void | ) |
Calls the QApplication::exec() function of the current QGuiApplication.
DOS_API void dos_qapplication_quit | ( | void | ) |
Calls the QApplication::quit() function of the current QGuiApplication.