|
OpenStructure
|
#include <side_bar.hh>
Inherits PanelBar.
Public Member Functions | |
| SideBar (QWidget *parent) | |
Public Member Functions inherited from PanelBar | |
| PanelBar (QWidget *parent) | |
| virtual | ~PanelBar () |
| virtual bool | Save (const QString &prefix) |
| virtual bool | Restore (const QString &prefix) |
| virtual void | AddWidget (Widget *widget, bool hidden) |
| void | AddViewMode (PanelWidgetContainer *pwc) |
| QMenu * | GetViewModeMenu () |
| int | GetIndex (Widget *widget) |
| void | DragEnter () |
| void | EndDrag () |
| QAction * | GetShowAction () |
Public Member Functions inherited from Widget | |
| Widget (QWidget *widget, QWidget *parent=NULL) | |
| void | SetDestroyOnClose (bool flag) |
| bool | DestroyOnClose () const |
| virtual ActionList | GetActions () |
| QWidget * | GetInternalWidget () |
| void | SetInternalWidget (QWidget *widget) |
| const QString & | GetUniqueID () const |
| void | SetUniqueID (const QString &id) |
Additional Inherited Members | |
Public Slots inherited from PanelBar | |
| void | InsertWidget (Widget *widget, int index, bool is_hidden=false) |
| void | ToggleViewMode () |
| void | ToggleHide () |
| void | RemoveWidget (Widget *widget) |
bottom Bar
Definition at line 29 of file side_bar.hh.
| SideBar | ( | QWidget * | parent | ) |