![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Standard component for a dialog based GUI application. More...
#include <CDialogApplicationComp.h>
Public Types | |
typedef CGuiApplicationCompBase | BaseClass |
![]() | |
typedef ibase::CInstantiatorComp | BaseClass |
![]() | |
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. | |
![]() | |
CGuiApplicationCompBase () | |
bool | InitializeApplication (int argc, char **argv) override |
Initialize the application object. | |
QStringList | GetApplicationArguments () const override |
Get the command line arguments of this application. | |
![]() | |
CComponentBase () | |
Create component and assign it to specific context. | |
CComponentBase (const CComponentBase &)=delete | |
CComponentBase & | operator= (const CComponentBase &)=delete |
virtual const ICompositeComponent * | GetParentComponent (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 IComponentContext * | GetComponentContext () 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. | |
![]() | |
![]() |
Additional Inherited Members | |
![]() | |
QApplication * | GetQtApplication () const |
bool | TryShowSplashScreen () |
void | HideSplashScreen () |
void | InitializeComponentApplication () |
void | ApplyStyleSheet () |
void | OnComponentCreated () override |
![]() | |
virtual void | InitializeDependingComponents () |
void | OnComponentCreated () override |
![]() | |
bool | IsComponentActive () const |
Check if component is active. | |
virtual void | OnComponentDestroyed () |
virtual const IRealComponentStaticInfo & | GetComponentStaticInfo () const =0 |
Get access to static info of this component. | |
![]() | |
static const IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
static QByteArray | GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
![]() | |
imod::TModelWrap< RuntimeStatus > | m_runtimeStatus |
Standard component for a dialog based GUI application.
Definition at line 22 of file CDialogApplicationComp.h.
Definition at line 25 of file CDialogApplicationComp.h.
|
overridevirtual |
Start execution loop of the application.
Implements ibase::IApplication.
|
overridevirtual |
Get information about the possible command line arguments of this application.
Implements ibase::IApplication.
© Witold Gantzke and Kirill Lepskiy