#include <OpenFlipper/widgets/coreWidget/SideArea.hh>
Public Member Functions | |
| SideArea (QWidget *_parent=0) | |
| void | addItem (QWidget *_w, QString _name) |
| void | clear () |
| clears the whole tool widget area | |
| void | saveState (QSettings &_settings) |
| returns the current state | |
| void | restoreState (QSettings &_settings) |
| restores the state | |
Private Attributes | |
| QVector< SideElement * > | items_ |
| QVBoxLayout * | layout_ |
A widget that holds the different plugin tool widgets
Definition at line 72 of file SideArea.hh.
| SideArea::SideArea | ( | QWidget * | _parent = 0 |
) |
| void SideArea::addItem | ( | QWidget * | _w, | |
| QString | _name | |||
| ) |
Adds a plugin tool widget
| _w | Plugin widget | |
| _name | Plugin name |
Definition at line 70 of file SideArea.cc.
Referenced by CoreWidget::slotChangeView().