#include <ost/gui/module_config.hh>
#include <ost/gui/widget_pool.hh>
#include <ost/gui/widget.hh>
#include <ost/gui/thin_splitter.hh>
#include "button_box.hh"
#include <QStackedLayout>
#include <QWidget>
#include <QString>
#include <QAction>
#include <QActionGroup>
Go to the source code of this file.
Data Structures | |
struct | WidgetState |
class | PanelBar |
Panel Bar which may contain other Widgets A PanelBar might have different ViewModes which are PanelWidgetContainer classes. Per default a PanelWidgetContainer has no ViewMode therefore first of all a view mode must be added. Otherwise nothing will be displayed. The ViewMode is responsible for how the widget is displayed. This class keeps only track about the order of the added widgets and the ViewModes. More... | |
Namespaces | |
namespace | ost |
namespace | ost::gui |