5 #ifndef CNOID_BASE_TOOL_BAR_AREA_H
6 #define CNOID_BASE_TOOL_BAR_AREA_H
10 #include "exportdecl.h"
24 std::vector<ToolBar*> toolBars()
const;
25 std::vector<ToolBar*> visibleToolBars()
const;
27 void setInitialLayout(
Mapping* archive);
28 void doInitialLayout();
29 void restoreLayout(
Mapping* archive);
30 void resetLayout(
Mapping* archive);
31 void removeLayout(
Mapping* archive);
32 void storeLayout(
Mapping* archive);
34 void addToolBar(
ToolBar* toolBar);
35 void removeToolBar(
ToolBar* toolBar);
37 void setVisibilityMenuItems(
Menu* menu);
39 void layoutToolBars();
42 void dragToolBar(
ToolBar* toolBar,
const QPoint& globalPos);
45 virtual void resizeEvent(QResizeEvent* event);
46 virtual bool event(QEvent* event);