Developer Documentation
|
Public Member Functions | |
viewModeWidget (const QVector< ViewMode * > &_modes, QWidget *parent=0) | |
Constructor. More... | |
void | show (const QString &_lastMode) |
overloaded show function More... | |
Private Slots | |
void | slotModeChanged (QString _mode) |
Slot for updating removeButton when new mode is selected. More... | |
void | slotModeClicked (QModelIndex _id) |
Slot for updating removeButton when new mode is selected. More... | |
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 48 of file viewModeWidget.hh.
viewModeWidget::viewModeWidget | ( | const QVector< ViewMode * > & | _modes, |
QWidget * | parent = 0 |
||
) |
Constructor.
Definition at line 51 of file viewModeWidget.cc.
void viewModeWidget::show | ( | const QString & | _lastMode | ) |
overloaded show function
Definition at line 850 of file viewModeWidget.cc.
|
privateslot |
Button slot to add a new empty mode.
This slot creates an new empty view mode
Definition at line 204 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 472 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 396 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 434 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 666 of file viewModeWidget.cc.
|
privateslot |
Button slot to copy the selected view mode.
This slot copies the currently selected view mode
Definition at line 156 of file viewModeWidget.cc.
|
privateslot |
add ContextMenu to Mode
This slot adds the selected widgets to the current view Mode
Definition at line 594 of file viewModeWidget.cc.
|
privateslot |
add Toolbars to Mode
This slot adds the selected toolbars to the current view Mode
Definition at line 497 of file viewModeWidget.cc.
|
privateslot |
add Toolboxes to Mode
This slot adds the selected widgets to the current view Mode
Definition at line 517 of file viewModeWidget.cc.
|
privateslot |
Slot for updating removeButton when new mode is selected.
Definition at line 899 of file viewModeWidget.cc.
|
privateslot |
Slot for updating removeButton when new mode is selected.
Definition at line 894 of file viewModeWidget.cc.
|
privateslot |
Context Menu View Modes.
This slot shows the used toolbar Context Menu
Definition at line 241 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 632 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 604 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 555 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 527 of file viewModeWidget.cc.
|
privateslot |
Button slot to remove the selected view mode.
This slot removes the currently selected view mode
Definition at line 150 of file viewModeWidget.cc.
|
privateslot |
remove ContextMenu from Mode
This slot removes the selected widgets from the current view Mode
Definition at line 586 of file viewModeWidget.cc.
|
privateslot |
remove Toolbars from Mode
This slot removes the selected toolbars from the current view Mode
Definition at line 489 of file viewModeWidget.cc.
|
privateslot |
remove Toolboxes from Mode
This slot removes the selected widgets from the current view Mode
Definition at line 509 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 748 of file viewModeWidget.cc.
|
privateslot |
Update list views.
This slot updates all list views depending on the currently selected view mode
Definition at line 297 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 263 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 452 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 382 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 414 of file viewModeWidget.cc.
|
private |
Definition at line 53 of file viewModeWidget.hh.