14#include <QtCore/qstring.h>
15#include <QtCore/qobject.h>
16#include <QtWidgets/qmenu.h>
69 void runTool(
const QString& _toolName);
73 void stopTool(
const QString& _toolName);
82 void slotRunToolTriggered(
void);
83 void slotViewFocused(
const QString& _viewName,
const QString& _toolName);
84 void slotViewFocusLost(
const QString& _viewName,
const QString& _toolName);
85 void slotViewCloseRequested(
const QString& _viewName,
const QString& _toolName);
86 void slotSettingsRequested(
void);
89 void fwdRemoveTool(
const QString& _toolName);
92 std::map<QString, ToolRuntimeHandler*> m_tools;
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
The API manager is used to manage the global objects required for this API to work.
Definition AppBase.h:21
Definition SettingsManager.h:22
Definition StatusManager.h:19