|
ACF $AcfVersion:0$
|
Standard component for a Qt based GUI application. More...
#include <CApplicationCompBase.h>
Public Types | |
| typedef icomp::CComponentBase | BaseClass |
Public Member Functions | |
| CApplicationCompBase () | |
| virtual bool | InitializeApplication (int argc, char **argv) override |
| Initialize the application object. | |
| virtual 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. | |
| virtual const icomp::IComponent * | GetParentComponent (bool ownerOnly=false) const override |
| Get parent of this component. | |
| virtual void * | GetInterface (const istd::CClassInfo &interfaceType, const QByteArray &subId="") override |
| Get access to specified component interface. | |
| virtual IComponentContextSharedPtr | GetComponentContext () const override |
| Get access to component context describing all application-specified component information loaded from components registry. | |
| virtual void | SetComponentContext (const IComponentContextSharedPtr &contextPtr, const icomp::IComponent *parentPtr, bool isParentOwner) override |
| Set component context of this component. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Public Member Functions inherited from ibase::IApplication | |
| 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. | |
Protected Member Functions | |
| QApplication * | GetQtApplication () const |
| bool | TryShowSplashScreen () |
| void | HideSplashScreen () |
| void | InitializeComponentApplication () |
| void | ApplyStyleSheet () |
| void | InitializeComponents () |
| virtual void | OnComponentCreated () override |
Protected Member Functions inherited from icomp::CComponentBase | |
| bool | IsComponentActive () const |
| Check if component is active. | |
| virtual void | OnComponentDestroyed () |
| virtual const icomp::IRealComponentStaticInfo & | GetComponentStaticInfo () const =0 |
| Get access to static info of this component. | |
Protected Attributes | |
| imod::TModelWrap< RuntimeStatus > | m_runtimeStatus |
| bool | m_useSplashScreen |
| istd::CGeneralTimeStamp | m_splashScreenTimer |
| istd::TDelPtr< QApplication > | m_applicationPtr |
| QStringList | m_applicationArguments |
| QByteArray | m_appStyle |
| QString | m_styleSheetFile |
| QTimer | m_splashTimer |
Additional Inherited Members | |
Static Protected Member Functions inherited from icomp::CComponentBase | |
| static const icomp::IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
| static QByteArray | GetComponentId (const icomp::IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
Standard component for a Qt based GUI application.
You have several attributes to control the appearance and decoration of the application window, you can define the splash screen and set some information about your application.
Definition at line 34 of file CApplicationCompBase.h.
Definition at line 41 of file CApplicationCompBase.h.
| iqtgui::CApplicationCompBase::CApplicationCompBase | ( | ) |
|
protected |
|
overridevirtual |
Get the command line arguments of this application.
Implements ibase::IApplication.
|
protected |
|
protected |
|
overridevirtual |
Initialize the application object.
Implements ibase::IApplication.
Reimplemented in iqtgui::CGuiApplicationComp.
|
protected |
|
protected |
|
overrideprotectedvirtual |
Reimplemented from icomp::CComponentBase.
|
protected |
|
protected |
Definition at line 117 of file CApplicationCompBase.h.
|
protected |
Definition at line 115 of file CApplicationCompBase.h.
|
protected |
Definition at line 119 of file CApplicationCompBase.h.
|
protected |
Definition at line 100 of file CApplicationCompBase.h.
|
protected |
Definition at line 113 of file CApplicationCompBase.h.
|
protected |
Definition at line 122 of file CApplicationCompBase.h.
|
protected |
Definition at line 120 of file CApplicationCompBase.h.
|
protected |
Definition at line 112 of file CApplicationCompBase.h.