21 I_ASSIGN(m_viewProviderGuiCompPtr,
"ViewProvider",
"Provider of the 2D-View",
true,
"ViewProvider");
22 I_ASSIGN(m_toolBarCompPtr,
"ToolBar",
"Tool bar showing the commands of the view provider",
false,
"ToolBar");
23 I_ASSIGN(m_statusInfoGuiCompPtr,
"StatusInfoGui",
"UI for status information of the 2D-console",
false,
"StatusInfoGui");
24 I_ASSIGN(m_isFloatingToolbarAttr,
"FloatingToolbar",
"Makes the toolbar floating",
true,
false);
33 virtual bool eventFilter(QObject* sourcePtr, QEvent* eventPtr)
override;
39 I_ATTR(
bool, m_isFloatingToolbarAttr);