|
ACF $AcfVersion:0$
|
Dialog based representation of any UI-Component. More...
#include <CDialogGuiComp.h>
Public Types | |
| typedef TMakeIconProviderCompWrap< ibase::TLocalizableWrap< CDialogGuiCompAttr > > | BaseClass |
| typedef QObject | BaseClass2 |
Public Types inherited from iqtgui::TMakeIconProviderCompWrap< ibase::TLocalizableWrap< CDialogGuiCompAttr > > | |
| typedef ibase::TLocalizableWrap< CDialogGuiCompAttr > | BaseClass |
Public Types inherited from iqtgui::TDesignSchemaHandlerWrap< Base > | |
| typedef Base | BaseClass |
Public Member Functions | |
| CDialogGuiComp () | |
| virtual int | ExecuteDialog (IGuiObject *parentPtr) override |
| Execute dialog instance. | |
Public Member Functions inherited from iqtgui::TDesignSchemaHandlerWrap< Base > | |
| TDesignSchemaHandlerWrap () | |
| virtual void | EnableDesignHandler (bool enable=true) |
| If enabled, listen to the design schema change events from the application context. | |
Public Member Functions inherited from iqtgui::CIconProvider | |
| virtual QIcon | GetIcon (const QString &iconName) const |
| virtual QString | GetIconPath (const QString &iconName) const |
| virtual QString | GetStyleSheetPath (const QString &styleSheetPath) const |
| QByteArray | GetCurrentThemeId () const |
| void | SetThemeId (const QByteArray &themeId) |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Protected Slots | |
| void | OnCommandActivated () |
Protected Member Functions | |
| virtual iqtgui::CGuiComponentDialog * | CreateComponentDialog (int buttons, IGuiObject *parentPtr) const |
| void | UpdateVisuals () |
| virtual void | OnLanguageChanged () override |
| virtual void | OnDesignSchemaChanged (const QByteArray &themeId) override |
| virtual void | OnComponentCreated () override |
| virtual bool | eventFilter (QObject *sourcePtr, QEvent *eventPtr) override |
Protected Member Functions inherited from iqtgui::CIconProvider | |
| virtual QIcon | CreateIcon (const QString &iconName) const |
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 41 of file CDialogGuiComp.h.
| typedef TMakeIconProviderCompWrap<ibase::TLocalizableWrap<CDialogGuiCompAttr> > iqtgui::CDialogGuiComp::BaseClass |
Definition at line 49 of file CDialogGuiComp.h.
| typedef QObject iqtgui::CDialogGuiComp::BaseClass2 |
Definition at line 50 of file CDialogGuiComp.h.
| iqtgui::CDialogGuiComp::CDialogGuiComp | ( | ) |
|
protectedvirtual |
|
overrideprotectedvirtual |
|
overridevirtual |
Execute dialog instance.
Implements iqtgui::IDialog.
Reimplemented in iqtgui::CModelDialogGuiComp.
|
protectedslot |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
protected |