|
ACF $AcfVersion:0$
|
Interface for Qt based application with GUI. More...
#include <IGuiApplication.h>
Public Member Functions | |
| virtual const iqtgui::IGuiObject * | GetApplicationGui () const =0 |
| Get the main UI object of the application. | |
Public Member Functions inherited from ibase::IApplication | |
| 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. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Interface for Qt based application with GUI.
Definition at line 17 of file IGuiApplication.h.
|
pure virtual |
Get the main UI object of the application.
Implemented in iqtgui::CGuiApplicationComp.