Developer Documentation
|
Signals | |
void | changeView (QString _mode, QStringList _toolboxWidgets, QStringList _toolbars, QStringList _contextmenus) |
Changes the view mode to the currently configured one. | |
void | saveMode (QString _name, bool _custom, QStringList _toolboxWidgets, QStringList _toolbars, QStringList _contextmenus) |
saves the given mode | |
void | removeMode (QString _name) |
This signal is emitted to remove a mode. | |
Public Member Functions | |
viewModeWidget (const QVector< ViewMode * > &_modes, QWidget *parent=0) | |
Constructor. | |
void | show (QString _lastMode) |
overloaded show function | |
Private Slots | |
void | slotModeChanged (QString _mode) |
Slot for updating removeButton when new mode is selected. | |
void | slotModeClicked (QModelIndex _id) |
Slot for updating removeButton when new mode is selected. | |
void | slotRemoveMode () |
Button slot to remove the selected view mode. More... | |
void | slotCopyMode () |
Button slot to copy the selected view mode. More... | |
void | slotAddMode () |
Button slot to add a new empty mode. More... | |
void | slotModeContextMenu (const QPoint &_pos) |
Context Menu View Modes. More... | |
void | slotSetIcon () |
Context menu slot to change the icon for a view mode. More... | |
void | slotSetAllWidgets () |
Update list views. More... | |
void | slotUsedToolbarContextMenu (const QPoint &_pos) |
Context Menu Used Toolbars. More... | |
void | slotAvailableToolbarContextMenu (const QPoint &_pos) |
Context Menu Available Toolbars. More... | |
void | slotUsedToolboxContextMenu (const QPoint &_pos) |
Context Menu Used Toolboxes. More... | |
void | slotAvailableToolboxContextMenu (const QPoint &_pos) |
Context Menu Available Toolboxes. More... | |
void | slotUsedContextMenuContextMenu (const QPoint &_pos) |
Context Menu Used ContextMenus. More... | |
void | slotAvailableContextMenuContextMenu (const QPoint &_pos) |
Context Menu Available ContextMenus. More... | |
void | slotRightArrowToolbar () |
remove Toolbars from Mode More... | |
void | slotLeftArrowToolbar () |
add Toolbars to Mode More... | |
void | slotRightArrowToolbox () |
remove Toolboxes from Mode More... | |
void | slotLeftArrowToolbox () |
add Toolboxes to Mode More... | |
void | slotMoveToolboxUp () |
Move Toolbox up. More... | |
void | slotMoveToolboxDown () |
Move Toolbox down. More... | |
void | slotRightArrowContextMenu () |
remove ContextMenu from Mode More... | |
void | slotLeftArrowContextMenu () |
add ContextMenu to Mode More... | |
void | slotMoveContextMenuUp () |
Move ContextMenu up. More... | |
void | slotMoveContextMenuDown () |
Move Toolbox down. More... | |
void | slotChangeView () |
Slot for changing the current view to currently configured one. More... | |
void | slotSaveMode () |
Save the current view mode configuration. More... | |
Private Attributes | |
const QVector< ViewMode * > & | modes_ |
Definition at line 62 of file viewModeWidget.hh.
|
privateslot |
Button slot to add a new empty mode.
This slot creates an new empty view mode
Definition at line 210 of file viewModeWidget.cc.
|
privateslot |
Context Menu Available ContextMenus.
opens custom context menu in available contextmenu-List
This slot shows the available ContextMenu Context Menu
Definition at line 463 of file viewModeWidget.cc.
|
privateslot |
Context Menu Available Toolbars.
opens custom context menu in available toolbar-List
This slot shows the available toolbar Context Menu
Definition at line 387 of file viewModeWidget.cc.
|
privateslot |
Context Menu Available Toolboxes.
opens custom context menu in available toolbox-List
This slot shows the available toolbox Context Menu
Definition at line 425 of file viewModeWidget.cc.
|
privateslot |
Slot for changing the current view to currently configured one.
Slot for changing View and closing widget.
Definition at line 657 of file viewModeWidget.cc.
|
privateslot |
Button slot to copy the selected view mode.
This slot copies the currently selected view mode
Definition at line 162 of file viewModeWidget.cc.
|
privateslot |
add ContextMenu to Mode
This slot adds the selected widgets to the current view Mode
Definition at line 585 of file viewModeWidget.cc.
|
privateslot |
add Toolbars to Mode
This slot adds the selected toolbars to the current view Mode
Definition at line 488 of file viewModeWidget.cc.
|
privateslot |
add Toolboxes to Mode
This slot adds the selected widgets to the current view Mode
Definition at line 508 of file viewModeWidget.cc.
|
privateslot |
Context Menu View Modes.
This slot shows the used toolbar Context Menu
Definition at line 247 of file viewModeWidget.cc.
|
privateslot |
Move Toolbox down.
Move widget down in the list.
This slot moves the widget downward in the list of used modes
Definition at line 623 of file viewModeWidget.cc.
|
privateslot |
Move ContextMenu up.
Move Widget up in the list.
This slot moves the widget upward in the list of used modes
Definition at line 595 of file viewModeWidget.cc.
|
privateslot |
Move Toolbox down.
Move widget down in the list.
This slot moves the widget downward in the list of used modes
Definition at line 546 of file viewModeWidget.cc.
|
privateslot |
Move Toolbox up.
Move Widget up in the list.
This slot moves the widget upward in the list of used modes
Definition at line 518 of file viewModeWidget.cc.
|
privateslot |
Button slot to remove the selected view mode.
This slot removes the currently selected view mode
Definition at line 156 of file viewModeWidget.cc.
|
privateslot |
remove ContextMenu from Mode
This slot removes the selected widgets from the current view Mode
Definition at line 577 of file viewModeWidget.cc.
|
privateslot |
remove Toolbars from Mode
This slot removes the selected toolbars from the current view Mode
Definition at line 480 of file viewModeWidget.cc.
|
privateslot |
remove Toolboxes from Mode
This slot removes the selected widgets from the current view Mode
Definition at line 500 of file viewModeWidget.cc.
|
privateslot |
Save the current view mode configuration.
Slot for saving current List of Widgets as custom mode.
Takes the given configuration and saves the mode
Definition at line 739 of file viewModeWidget.cc.
|
privateslot |
Update list views.
This slot updates all list views depending on the currently selected view mode
Definition at line 303 of file viewModeWidget.cc.
|
privateslot |
Context menu slot to change the icon for a view mode.
This slot asks the user to change the icon of the given view mode
Definition at line 269 of file viewModeWidget.cc.
|
privateslot |
Context Menu Used ContextMenus.
opens custom context menu in used contextmenu-List
This slot shows the used ContextMenu Context Menu
Definition at line 443 of file viewModeWidget.cc.
|
privateslot |
Context Menu Used Toolbars.
opens custom context menu in used toolbar-List
This slot shows the used toolbar Context Menu
Definition at line 373 of file viewModeWidget.cc.
|
privateslot |
Context Menu Used Toolboxes.
opens custom context menu in used toolbox-List
This slot shows the used toolbox Context Menu
Definition at line 405 of file viewModeWidget.cc.