ICF 3.0.5.47
Technical documentation of ICF Libraries
istdgui::IGuiApplication Class Referenceabstract

Interface for Qt based application with GUI. More...

#include <IGuiApplication.h>

Inheritance diagram for istdgui::IGuiApplication:
Collaboration diagram for istdgui::IGuiApplication:

Public Member Functions

virtual const istdgui::IGuiObjectGetApplicationGui () 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.
 

Detailed Description

Interface for Qt based application with GUI.

Definition at line 22 of file IGuiApplication.h.

Member Function Documentation

◆ GetApplicationGui()

virtual const istdgui::IGuiObject * istdgui::IGuiApplication::GetApplicationGui ( ) const
pure virtual

Get the main UI object of the application.

Implemented in istdgui::CGuiApplicationComp.


The documentation for this class was generated from the following file:

© Witold Gantzke and Kirill Lepskiy