|
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. | |
| 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 124 of file CoreWidget.hh.
| QString ViewMode::icon |
Icon of the View Mode TODO Specify size for Icons
Definition at line 131 of file CoreWidget.hh.