|
Developer Documentation
|
ViewMode struct This struct contains a ViewMode and its status information such as used widgets,toolbars or context menus. More...
#include <OpenFlipper/widgets/coreWidget/CoreWidget.hh>
Public Attributes | |
| QString | name |
| Name of the View Mode. | |
| QString | icon |
| bool | custom |
| Is this a user defined custom view mode or a plugin generated one. | |
| QStringList | visibleToolboxes |
| List of Visible Toolboxes in this view mode. | |
| QMap< QString, QIcon > | toolboxIconMap |
| Map of Toolbox Names to Icons. | |
| QStringList | visibleToolbars |
| List of Toolbars in this view mode. | |
| QStringList | visibleContextMenus |
| List of context Menus in this view mode. | |
ViewMode struct This struct contains a ViewMode and its status information such as used widgets,toolbars or context menus.
Definition at line 125 of file CoreWidget.hh.
| bool ViewMode::custom |
Is this a user defined custom view mode or a plugin generated one.
Definition at line 135 of file CoreWidget.hh.
| QString ViewMode::icon |
Icon of the View Mode TODO Specify size for Icons
Definition at line 132 of file CoreWidget.hh.
| QString ViewMode::name |
Name of the View Mode.
Definition at line 128 of file CoreWidget.hh.
| QMap<QString, QIcon> ViewMode::toolboxIconMap |
Map of Toolbox Names to Icons.
Definition at line 141 of file CoreWidget.hh.
| QStringList ViewMode::visibleContextMenus |
List of context Menus in this view mode.
Definition at line 147 of file CoreWidget.hh.
| QStringList ViewMode::visibleToolbars |
List of Toolbars in this view mode.
Definition at line 144 of file CoreWidget.hh.
| QStringList ViewMode::visibleToolboxes |
List of Visible Toolboxes in this view mode.
Definition at line 138 of file CoreWidget.hh.