Go to the documentation of this file.
17 #ifndef GEPETTO_GUI_NODE_ACTION_HH
18 #define GEPETTO_GUI_NODE_ACTION_HH
37 virtual void act(
bool checked) = 0;
40 void _act(
bool checked);
70 void act(
bool checked);
79 #endif // GEPETTO_GUI_NODE_ACTION_HH
@ ATTACH_CAMERA_TO_NODE
Definition: node-action.hh:53
@ VISIBILITY_ON
Definition: node-action.hh:49
viewer::NodePtr_t NodePtr_t
Definition: fwd.hh:47
Definition: action-search-bar.hh:27
@ REMOVE_NODE
Definition: node-action.hh:54
@ ALWAYS_ON_TOP
Definition: node-action.hh:51
@ ATTACH_TO_WINDOW
Definition: node-action.hh:52
virtual void act(bool checked)=0
NodeActionBase(const QString &text, NodePtr_t node, QWidget *parent)
Definition: node-action.hh:46
virtual ~NodeAction()
Definition: node-action.hh:67
NodeAction(const Type &t, const QString &text, NodePtr_t node, QWidget *parent)
Definition: node-action.hh:26
virtual ~NodeActionBase()
Definition: node-action.hh:32
@ VISIBILITY_OFF
Definition: node-action.hh:50
Type
Definition: node-action.hh:48