14#include <QtCore/qobject.h>
30 void setMenu(
const MenuCfg& _config);
37 void slotShowContextMenu(
const QPoint& _pos);
40 void slotContextActionTriggered(
const std::string& _actionName);
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