|
ACF $AcfVersion:0$
|
#include <CMainWindowGuiComp.h>
Additional Inherited Members | |
Public Member Functions inherited from iqtgui::CSimpleMainWindowGuiComp | |
| CSimpleMainWindowGuiComp () | |
| virtual void | OnTryClose (bool *ignoredPtr=NULL) override |
| Called when the application is attempting to close. | |
Public Member Functions inherited from iqtgui::TGuiComponentBase< QMainWindow > | |
| TGuiComponentBase () | |
| virtual QMainWindow * | 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 QWidget * | GetWidget () const override |
| Gets access to the internal QWidget object. | |
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 inherited from iqtgui::CSimpleMainWindowGuiComp | |
| void | OnShowToolbars () |
| void | OnFullScreen () |
| void | OnAbout () |
| void | OnHelpManual () |
| void | OnSettings () |
| void | OnShowOtherCommandTriggered (bool enabled) |
Protected Member Functions inherited from iqtgui::CSimpleMainWindowGuiComp | |
| virtual void | UpdateMenuActions () |
| virtual void | SetupMainWindowComponents (QMainWindow &mainWindow) |
| virtual void | AddMainComponent (int componentIndex, iqtgui::IMainWindowComponent *componentPtr) |
| virtual void | RemoveMainComponent (iqtgui::IMainWindowComponent *componentPtr) |
| virtual void | CreateMenuBar () |
| virtual void | CreateDefaultToolBar () |
| virtual void | SetToolBarsVisible (bool isVisible=true) |
| virtual void | SetupMenu () |
| virtual void | UpdateFixedCommands (iqtgui::CHierarchicalCommand &fixedCommands) |
| virtual void | UpdateViewCommands (iqtgui::CHierarchicalCommand &viewCommand) |
| virtual void | UpdateToolsCommands (iqtgui::CHierarchicalCommand &toolsCommand) |
| virtual void | UpdateHelpCommands (iqtgui::CHierarchicalCommand &helpCommand) |
| virtual void | AppendMenuActions (iqtgui::CHierarchicalCommand &menuCommands) |
| virtual void | UpdateMainWindowComponentsVisibility () |
| Set main window visible or invisible, depending on menu commands. | |
| virtual bool | IsMainWindowActive (int index) const |
| virtual void | OnRestoreSettings (const QSettings &settings) override |
| virtual void | OnSaveSettings (QSettings &settings) const override |
| virtual void | OnGuiCreated () override |
| Called just after GUI is initialized. | |
| virtual void | OnGuiDestroyed () override |
| Called just before GUI is released. | |
| virtual void | OnRetranslate () override |
| Called when non-GUI elements (like commands) should be retranslated. | |
| virtual void | OnGuiShown () override |
| Called from widget event filter when slave widget is shown. | |
| virtual void | OnGuiDesignChanged () override |
| virtual bool | eventFilter (QObject *sourcePtr, QEvent *eventPtr) override |
Protected Member Functions inherited from iqtgui::TRestorableGuiWrap< iqtgui::TGuiComponentBase< QMainWindow > > | |
| virtual bool | CreateGui (QWidget *parentPtr) override |
| virtual bool | DestroyGui () override |
Protected Member Functions inherited from iqtgui::CGuiComponentBase | |
| 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 | OnGuiRetranslate () |
| Called from widget event filter when GUI 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 void | OnComponentCreated () override |
| virtual void | OnComponentDestroyed () override |
Protected Member Functions inherited from iqtgui::CIconProvider | |
| virtual QIcon | CreateIcon (const QString &iconName) const |
Protected Attributes inherited from iqtgui::CSimpleMainWindowGuiComp | |
| CommandsObserver | m_commandsObserver |
Protected Attributes inherited from iqtgui::CGuiComponentBase | |
| imod::TModelWrap< VisualStatus > | m_visualStatus |
Definition at line 34 of file CMainWindowGuiComp.h.
Definition at line 38 of file CMainWindowGuiComp.h.