|
ACF $AcfVersion:0$
|
Wrapper for docking windows for main window. More...
#include <CDockWidgetGuiComp.h>
Public Types | |
| typedef TGuiComponentBase< QDockWidget > | BaseClass |
Public Types inherited from iqtgui::TGuiComponentBase< QDockWidget > | |
| typedef CGuiComponentBase | BaseClass |
Public Types inherited from iqtgui::CGuiComponentBase | |
| typedef TMakeIconProviderCompWrap< ibase::TLocalizableWrap< icomp::CComponentBase > > | BaseClass |
Public Types inherited from iqtgui::TMakeIconProviderCompWrap< ibase::TLocalizableWrap< icomp::CComponentBase > > | |
| typedef ibase::TLocalizableWrap< icomp::CComponentBase > | BaseClass |
Public Types inherited from iqtgui::TDesignSchemaHandlerWrap< Base > | |
| typedef Base | BaseClass |
Public Types inherited from iqtgui::IMainWindowComponent | |
| enum | WindowComponentFlags { WCF_NONE = 0 , WCF_CLOSABLE = 1 , WCF_MOVEABLE = 2 , WCF_FLOATABLE = 4 } |
| Flags describing behaviour of the main window component. More... | |
Public Member Functions | |
| virtual bool | AddToMainWindow (QMainWindow &mainWindow) override |
| Add this component to main window. | |
| virtual bool | RemoveFromMainWindow (QMainWindow &mainWindow) override |
| Remove this component from main window. | |
| virtual QString | GetTitle () const override |
| Get the title of the main window component. | |
| virtual int | GetFlags () const override |
| Get properties of of the window component. | |
Public Member Functions inherited from iqtgui::TGuiComponentBase< QDockWidget > | |
| TGuiComponentBase () | |
| virtual QDockWidget * | GetQtWidget () const |
| virtual QWidget * | CreateQtWidget (QWidget *parentPtr) override |
| Create slave widget object. | |
Public Member Functions inherited from iqtgui::CGuiComponentBase | |
| I_REGISTER_SUBELEMENT_INTERFACE_T (VisualStatus, IVisualStatus, ExtractVisualStatus) | |
| I_REGISTER_SUBELEMENT_INTERFACE_T (VisualStatus, istd::IChangeable, ExtractVisualStatus) | |
| I_REGISTER_SUBELEMENT_INTERFACE_T (VisualStatus, imod::IModel, ExtractVisualStatus) | |
| CGuiComponentBase () | |
| bool | IsGuiShown () const |
| virtual bool | IsGuiCreated () const override |
| Checks if the GUI has been initialized and created. | |
| virtual bool | CreateGui (QWidget *parentPtr) override |
| Initializes the GUI and connects it to the parent widget. | |
| virtual bool | DestroyGui () override |
| Releases GUI resources and disconnects from the parent. | |
| virtual QWidget * | GetWidget () const override |
| Gets access to the internal QWidget object. | |
| virtual void | OnTryClose (bool *ignoredPtr=NULL) override |
| Called when the application is attempting to close. | |
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 Member Functions | |
| virtual void | OnGuiCreated () override |
| Called just after GUI is initialized. | |
| virtual void | OnGuiDestroyed () override |
| Called just before GUI is released. | |
| virtual void | OnGuiRetranslate () override |
| Called from widget event filter when GUI should be retranslated. | |
Protected Member Functions inherited from iqtgui::CGuiComponentBase | |
| virtual void | OnGuiDesignChanged () |
| virtual void | OnGuiShown () |
| Called from widget event filter when slave widget is shown. | |
| virtual void | OnGuiHidden () |
| Called from widget event filter when slave widget is hidden. | |
| virtual bool | OnKeyPressed (QKeyEvent *event) |
| Called from widget event filter when key is pressed. | |
| virtual void | OnRetranslate () |
| Called when non-GUI elements (like commands) should be retranslated. | |
| void | SetStatusIcon (const QIcon &icon) |
| Set status icon;. | |
| void | SetStatusText (const QString &text) |
| Set status text;. | |
| void | SetDefaultVisualStatus () |
| virtual void | OnLanguageChanged () override |
| virtual void | OnDesignSchemaChanged (const QByteArray &themeId) override |
| virtual bool | eventFilter (QObject *sourcePtr, QEvent *eventPtr) override |
| virtual void | OnComponentCreated () override |
| virtual void | OnComponentDestroyed () override |
Protected Member Functions inherited from iqtgui::CIconProvider | |
| virtual QIcon | CreateIcon (const QString &iconName) const |
Additional Inherited Members | |
Protected Attributes inherited from iqtgui::CGuiComponentBase | |
| imod::TModelWrap< VisualStatus > | m_visualStatus |
Wrapper for docking windows for main window.
Definition at line 25 of file CDockWidgetGuiComp.h.
| typedef TGuiComponentBase<QDockWidget> iqtgui::CDockWidgetGuiComp::BaseClass |
Definition at line 31 of file CDockWidgetGuiComp.h.
|
overridevirtual |
Add this component to main window.
Implements iqtgui::IMainWindowComponent.
|
overridevirtual |
Get properties of of the window component.
Implements iqtgui::IMainWindowComponent.
|
overridevirtual |
Get the title of the main window component.
Implements iqtgui::IMainWindowComponent.
|
overrideprotectedvirtual |
Called just after GUI is initialized.
Reimplemented from iqtgui::CGuiComponentBase.
|
overrideprotectedvirtual |
Called just before GUI is released.
Reimplemented from iqtgui::CGuiComponentBase.
|
overrideprotectedvirtual |
Called from widget event filter when GUI should be retranslated.
Reimplemented from iqtgui::CGuiComponentBase.
|
overridevirtual |
Remove this component from main window.
Implements iqtgui::IMainWindowComponent.