ICF 3.0.5.47
Technical documentation of ICF Libraries
istdgui::CDialogApplicationComp Class Reference

Standard component for a dialog based GUI application. More...

#include <CDialogApplicationComp.h>

Inheritance diagram for istdgui::CDialogApplicationComp:
Collaboration diagram for istdgui::CDialogApplicationComp:

Public Types

typedef CGuiApplicationCompBase BaseClass
 
- Public Types inherited from istdgui::CGuiApplicationCompBase
typedef ibase::CInstantiatorComp BaseClass
 
- Public Types inherited from ibase::CInstantiatorComp
typedef icomp::CComponentBase BaseClass
 

Public Member Functions

int Execute (int argc, char **argv) override
 Start execution loop of the application.
 
QString GetHelpText () const override
 Get information about the possible command line arguments of this application.
 
- Public Member Functions inherited from istdgui::CGuiApplicationCompBase
 CGuiApplicationCompBase ()
 
bool InitializeApplication (int argc, char **argv) override
 Initialize the application object.
 
QStringList GetApplicationArguments () const override
 Get the command line arguments of this application.
 
- Public Member Functions inherited from icomp::CComponentBase
 CComponentBase ()
 Create component and assign it to specific context.
 
 CComponentBase (const CComponentBase &)=delete
 
CComponentBaseoperator= (const CComponentBase &)=delete
 
virtual const ICompositeComponentGetParentComponent (bool ownerOnly=false) const
 Get parent of this component.
 
virtual void * GetInterface (const istd::CClassInfo &interfaceType, const QByteArray &subId="")
 Get access to specified component interface.
 
virtual const IComponentContextGetComponentContext () const
 Get access to component context describing all application-specified component information loaded from components registry.
 
virtual void SetComponentContext (const IComponentContext *contextPtr, const ICompositeComponent *parentPtr, bool isParentOwner)
 Set component context of this component.
 
- Public Member Functions inherited from icomp::IComponent
- Public Member Functions inherited from ibase::IApplication

Additional Inherited Members

- Protected Member Functions inherited from istdgui::CGuiApplicationCompBase
QApplication * GetQtApplication () const
 
bool TryShowSplashScreen ()
 
void HideSplashScreen ()
 
void InitializeComponentApplication ()
 
void ApplyStyleSheet ()
 
void OnComponentCreated () override
 
- Protected Member Functions inherited from ibase::CInstantiatorComp
virtual void InitializeDependingComponents ()
 
void OnComponentCreated () override
 
- Protected Member Functions inherited from icomp::CComponentBase
bool IsComponentActive () const
 Check if component is active.
 
virtual void OnComponentDestroyed ()
 
virtual const IRealComponentStaticInfoGetComponentStaticInfo () const =0
 Get access to static info of this component.
 
- Static Protected Member Functions inherited from icomp::CComponentBase
static const IRealComponentStaticInfoInitStaticInfo (IComponent *componentPtr)
 
static QByteArray GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray())
 
- Protected Attributes inherited from istdgui::CGuiApplicationCompBase
imod::TModelWrap< RuntimeStatus > m_runtimeStatus
 

Detailed Description

Standard component for a dialog based GUI application.

Definition at line 22 of file CDialogApplicationComp.h.

Member Typedef Documentation

◆ BaseClass

Member Function Documentation

◆ Execute()

int istdgui::CDialogApplicationComp::Execute ( int argc,
char ** argv )
overridevirtual

Start execution loop of the application.

Implements ibase::IApplication.

◆ GetHelpText()

QString istdgui::CDialogApplicationComp::GetHelpText ( ) const
overridevirtual

Get information about the possible command line arguments of this application.

Implements ibase::IApplication.


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

© Witold Gantzke and Kirill Lepskiy