gepetto-viewer
4.13.0
An user-friendly Graphical Interface
|
Go to the documentation of this file.
17 #ifndef GEPETTO_GUI_NODE_ACTION_HH
18 #define GEPETTO_GUI_NODE_ACTION_HH
36 virtual void act(
bool checked) = 0;
39 void _act(
bool checked);
71 void act(
bool checked);
80 #endif // GEPETTO_GUI_NODE_ACTION_HH
@ ATTACH_CAMERA_TO_NODE
Definition: node-action.hh:52
@ VISIBILITY_ON
Definition: node-action.hh:48
viewer::NodePtr_t NodePtr_t
Definition: fwd.hh:50
Definition: action-search-bar.hh:26
@ REMOVE_NODE
Definition: node-action.hh:53
@ ALWAYS_ON_TOP
Definition: node-action.hh:50
@ ATTACH_TO_WINDOW
Definition: node-action.hh:51
virtual void act(bool checked)=0
NodeActionBase(const QString &text, NodePtr_t node, QWidget *parent)
Definition: node-action.hh:45
virtual ~NodeAction()
Definition: node-action.hh:68
NodeAction(const Type &t, const QString &text, NodePtr_t node, QWidget *parent)
Definition: node-action.hh:25
virtual ~NodeActionBase()
Definition: node-action.hh:31
@ VISIBILITY_OFF
Definition: node-action.hh:49
Type
Definition: node-action.hh:47