#include <ost/gui/widget.hh>#include <ost/gui/widget_pool.hh>#include <ost/gui/thin_splitter.hh>#include "panel_widget_container.hh"#include "button_box.hh"#include <QWidget>#include <QString>#include <QList>#include <QMenu>#include <QDragEnterEvent>Go to the source code of this file.
Data Structures | |
| class | PanelManager |
| Class which organizes all widgets which are in the side panels This class handles all side bar widgets. It can be used to display, hide or move a widget to a PaneBar. There are three Bars (left, bottom, right) which are organized by this class. Whenever a widget is being removed or added it checks first if the widget type is known and if there are available instances. More... | |
Namespaces | |
| namespace | ost |
| namespace | ost::gui |
Enumerations | |
| enum | PanelPosition { LEFT_PANEL = 0, RIGHT_PANEL, BOTTOM_PANEL, NONE } |
1.6.1