12#include <QtCore/qobject.h>
13#include <QtCore/qstring.h>
20namespace ot {
class WidgetView; };
49 void viewFocused(
const QString& _viewName,
const QString& _toolName);
64 std::map<QString, ToolRuntimeHandler*> m_nameMap;
65 std::map<ot::WidgetView*, ToolRuntimeHandler*> m_viewMap;
66 std::list<ot::WidgetView*> m_ignoredViews;
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14