13 #ifndef DtGuiConfiguration_H_
14 #define DtGuiConfiguration_H_
44 void setLanguage(
const std::string& language);
47 const std::string& language()
const;
55 DockWidgetLeft = Left,
56 DockWidgetRight = Right,
58 DockWidgetBottom = Bottom,
68 void setControlLocation(
const std::string& controlName, Location location);
69 Location controlLocation(
const std::string& controlName)
const;
73 void setControlVisible(
const std::string& controlName,
bool visible);
77 bool controlVisible(
const std::string& controlName)
const;
81 virtual void createControlBefore(
const std::string& control,
const std::string& before);
85 virtual void createControlAfter(
const std::string& control,
const std::string& after);
88 virtual void removeControlCreationOrder(
const std::string& control);
94 return myCreationOrder;
98 void setAllowTabbedDockWidgets(
bool b );
101 bool allowTabbedDockWidgets()
const;