Developer Documentation
|
Public Slots | |
void | slot_update () |
Signals | |
void | wantClose () |
void | changeView (QString _mode, QStringList _toolboxWidgets, QStringList _toolbars, QStringList _contextmenus) |
Changes the view mode to the currently configured one. | |
Public Member Functions | |
viewModeChangeWidget (const QVector< ViewMode * > &_modes, QWidget *parent=0) | |
Constructor. | |
void | update (QString _lastMode) |
overloaded show function | |
Protected Member Functions | |
void | showEvent (QShowEvent *event) |
Private Slots | |
void | slotModeClicked (QModelIndex _id) |
Slot for changing View and closing widget. | |
Private Attributes | |
const QVector< ViewMode *> & | modes_ |
Definition at line 50 of file viewModeChangeWidget.hh.