![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Interface for Qt based application with GUI. More...
#include <IGuiApplication.h>
Public Member Functions | |
virtual const istdgui::IGuiObject * | GetApplicationGui () const =0 |
Get the main UI object of the application. | |
![]() | |
virtual bool | InitializeApplication (int argc, char **argv)=0 |
Initialize the application object. | |
virtual int | Execute (int argc, char **argv)=0 |
Start execution loop of the application. | |
virtual QString | GetHelpText () const =0 |
Get information about the possible command line arguments of this application. | |
virtual QStringList | GetApplicationArguments () const =0 |
Get the command line arguments of this application. | |
Interface for Qt based application with GUI.
Definition at line 22 of file IGuiApplication.h.
|
pure virtual |
Get the main UI object of the application.
Implemented in istdgui::CGuiApplicationComp.
© Witold Gantzke and Kirill Lepskiy