![]() |
ICF 3.1.1.10
Technical documentation of ICF Libraries
|
Dialog based representation of any UI-Component. More...
#include <CDialogGuiComp.h>
Public Types | |
| typedef icomp::CComponentBase | BaseClass |
| typedef QObject | BaseClass2 |
Public Member Functions | |
| CDialogGuiComp () | |
| int | ExecuteDialog (IGuiObject *parentPtr) override |
| Execute dialog instance. | |
Public Member Functions inherited from icomp::CComponentBase | |
| 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. | |
Public Member Functions inherited from icomp::IComponent | |
Public Member Functions inherited from istdgui::IDialog | |
Protected Slots | |
| void | OnCommandActivated () |
Protected Member Functions | |
| virtual istdgui::CGuiComponentDialog * | CreateComponentDialog (int buttons, IGuiObject *parentPtr) const |
| virtual void | OnRetranslate () |
| void | OnComponentCreated () override |
| bool | eventFilter (QObject *sourcePtr, QEvent *eventPtr) override |
Protected Member Functions inherited from icomp::CComponentBase | |
| 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. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from icomp::CComponentBase | |
| static const IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
| static QByteArray | GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
Dialog based representation of any UI-Component.
This component provides also a menu command and can be integrated into a consumer of ibase::ICommandsProvider interface.
Definition at line 26 of file CDialogGuiComp.h.
Definition at line 33 of file CDialogGuiComp.h.
Definition at line 34 of file CDialogGuiComp.h.
| istdgui::CDialogGuiComp::CDialogGuiComp | ( | ) |
|
protectedvirtual |
|
overrideprotected |
|
overridevirtual |
Execute dialog instance.
Implements istdgui::IDialog.
Reimplemented in istdgui::CModelDialogGuiComp.
|
protectedslot |
|
overrideprotectedvirtual |
Reimplemented from icomp::CComponentBase.
|
protectedvirtual |
© Witold Gantzke and Kirill Lepskiy