|
ACF $AcfVersion:0$
|
Standard GUI specific interfaces and components based on Qt. More...
Classes | |
| class | CAboutWidgetGuiComp |
| Standard component for displaying on "On About..." action. More... | |
| class | CApplicationCompBase |
| Standard component for a Qt based GUI application. More... | |
| class | CCalendarGuiComp |
| Component for displaying a calendar. More... | |
| class | CCommandBasedSelectionControllerComp |
| Command-based selection parameter (iprm::ISelectionParam) controller. More... | |
| class | CCommandsBinderComp |
| Component for binding of multiple command providers. More... | |
| class | CCommandsMultiplexerComp |
| Command multipling component. More... | |
| class | CCommandsToolBarGuiComp |
| Component for construction of a tool bar for a given commands provider. More... | |
| class | CCommandTools |
| Helper class to manage menu and toolbar using CHierarchicalCommand. More... | |
| class | CComposedGuiComp |
| Component for the layouting/grouping of the UI-subcomponents. More... | |
| class | CDialogApplicationComp |
| Standard component for a dialog based GUI application. More... | |
| class | CDialogGuiComp |
| Dialog based representation of any UI-Component. More... | |
| class | CDialogGuiCompAttr |
| class | CDockWidgetGuiComp |
| Wrapper for docking windows for main window. More... | |
| class | CFreeWidgetGuiComp |
| class | CGuiApplicationComp |
| Standard component for a Qt based GUI application. More... | |
| class | CGuiComponentBase |
| Base class for classes implementing interface iqtgui::IGuiObject. More... | |
| class | CGuiComponentDialog |
| Class to display an ACF GUI component in a dialog. More... | |
| class | CHierarchicalCommand |
Implementation of hierarchical command based on QAction from Qt. More... | |
| class | CIconProvider |
| class | CIconProviderComp |
| class | CImagePropertiesFrameComp |
| class | CImagePropertyGuiComp |
| class | CModelDialogGuiComp |
| Component for the dialog based model editing. More... | |
| class | CModelEditorGuiComp |
| Component realizing static connection between GUI and model components. More... | |
| class | CMultiPageGuiCompAttr |
| class | CMultiPageGuiCompBase |
| class | CProcessStartCommandComp |
| class | CProgressDialog |
| class | CProgressGuiBridge |
| class | CProgressManagerGuiComp |
| class | CSimpleMainWindowGuiComp |
| class | CSimpleMainWindowGuiCompBase |
| class | CSplashScreenCustom |
| Splash screen component. More... | |
| class | CSplashScreenGuiComp |
| class | CStatusBarWidgetComp |
| Component for inserting of a widget into a status bar of the application. More... | |
| class | CStatusGuiComp |
| class | CSubtaskProgressDialog |
| Progress dialog that displays progress of subtasks. More... | |
| class | CTabContainerGuiComp |
| Component to create the tab widget, that shows the specified sub-UI-component in its tab page. More... | |
| class | CTableBasedModelEditorComp |
| Standard table based editor for data model components which provide access to Qt's item model (QAbstractItemModel). More... | |
| class | CToolBarGuiCompBase |
| Basic implementation of a tool bar component. More... | |
| class | CToolBarWidgetGuiComp |
| Component for construction of a tool bar with an inserted widget. More... | |
| class | CVersionInfoGuiComp |
| GUI component for showing the list of module versions. More... | |
| class | IDialog |
| Interface for a dialog widget. More... | |
| class | IDropConsumer |
| Interface for objects which can receive dragged objects. More... | |
| class | IGuiApplication |
| Interface for Qt based application with GUI. More... | |
| class | IGuiObject |
| Common interface for GUI objects used in ACF component context. More... | |
| class | IIconProvider |
| This interface provides acces to an icon. More... | |
| class | IMainWindowComponent |
| A common interface for main window component such as dock widget, tool bar and so on. More... | |
| class | IMultiVisualStatusProvider |
| Common interface for a provider of the multiple visual statuses. More... | |
| class | IVisualStatus |
| Extends standard information provider to provide additional visual informations. More... | |
| class | IVisualStatusProvider |
| class | StateIconWrapper |
| class | TDesignerBasicGui |
| Simple integration of designer-generated GUI with QT widget class. More... | |
| class | TDesignerGuiCompBase |
| Base class for all Qt GUI components, which use the Qt designer's UI. More... | |
| class | TDesignerGuiObserverCompBase |
| Base class for all Qt GUI components. More... | |
| class | TDesignSchemaHandlerWrap |
| class | TGuiComponentBase |
| Base class for all Qt GUI componentes. More... | |
| class | TGuiObserverWrap |
Join functionality of iqtgui::IGuiObject interface and imod::IObserver. More... | |
| class | TItemModelEditorCompBase |
| Basic generic implementation of a data model editor for components which provide access to Qt's item model (QAbstractItemModel). More... | |
| class | TMakeIconProviderCompWrap |
| class | TMakeStateIconWrapper |
| class | TRestorableGuiWrap |
| A wrapper for saving/restoring of GUI component states in the application settings. More... | |
| class | TStyledObjectWrap |
| Wrapper for QWidget (or any QObject in general) which reacts to global style (DesignSchema) change event and provides helper methods for icons. More... | |
| class | TWheelFocusEvent |
| class | TWheelFocusEventFilter |
| class | UIDummy |
| UI setup-class to use with TDesignerGuiCompBase in case no real GUI setup is required. More... | |
Typedefs | |
| typedef istd::TUniqueInterfacePtr< IGuiObject > | IGuiObjectUniquePtr |
| typedef istd::TSharedInterfacePtr< IGuiObject > | IGuiObjectSharedPtr |
| using | StyledWidget = TStyledObjectWrap< QWidget > |
Functions | |
| QIcon | GetIconFromCache (const QString &iconName) |
| void | AddIconToCache (const QString &iconName, const QIcon &icon) |
| template<class StyleSheetConsumer > | |
| static bool | SetStyleSheetFromFile (StyleSheetConsumer *styleSheetConsumer, const QString &styleSheetFilePath) |
| Set style sheet to any supported object. | |
| static void | InstallWheelEventFilter (QObject *filterPtr, QWidget *parentPtr) |
| static bool | HandleWheelEvent (QObject *object, QEvent *event) |
Standard GUI specific interfaces and components based on Qt.
Definition at line 251 of file IGuiObject.h.
Definition at line 250 of file IGuiObject.h.
| using iqtgui::StyledWidget = typedef TStyledObjectWrap<QWidget> |
Definition at line 72 of file TStyledObjectWrap.h.
| void iqtgui::AddIconToCache | ( | const QString & | iconName, |
| const QIcon & | icon | ||
| ) |
| QIcon iqtgui::GetIconFromCache | ( | const QString & | iconName | ) |
|
inlinestatic |
Definition at line 46 of file TWheelFocusEvent.h.
Referenced by iqtgui::TWheelFocusEventFilter< Widget >::eventFilter(), and iqtgui::TWheelFocusEvent< GUIClass >::eventFilter().
|
inlinestatic |
Definition at line 18 of file TWheelFocusEvent.h.
Referenced by iqtgui::TWheelFocusEvent< GUIClass >::OnGuiCreated().