12#include <QtCore/qstring.h>
13#include <QtWidgets/qtoolbar.h>
32 void addTool(
const QString& _toolName, QToolBar* _toolBar);
36 QMainWindow* m_window;
38 QString m_currentTool;
39 std::map<QString, QToolBar*> m_toolBars;
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NODEFAULT(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:22
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14