Go to the documentation of this file.
19 #ifndef OST_GUI_PANEL_BAR_PANEL_WIDGET_CONTAINER
20 #define OST_GUI_PANEL_BAR_PANEL_WIDGET_CONTAINER
28 #include <QHBoxLayout>
33 namespace ost {
namespace gui {
43 virtual QString GetName()= 0;
49 virtual void WidgetMoved(
Widget* widget,
int index) = 0;
55 virtual void ShowWidget(
Widget* widget,
int pos,
bool show =
true) = 0;
59 virtual void StartDrag();
62 virtual void EndDrag();