63 QFrame* informationFrame;
66 QLabel* informationLabel;
Demonstrates how to get information from image picking.
Definition MeshPicking.h:45
virtual QWidget * getWidget()
method called when the action when the action is triggered (i.e. started)
Definition MeshPicking.cpp:53
virtual camitk::Action::ApplyStatus apply()
method called when the action is applied
Definition MeshPicking.cpp:83
virtual ~MeshPicking()=default
the destructor
This class describes what is a generic Action extension.
Definition ActionExtension.h:57
Action class is an abstract class that enables you to build a action (generally on a component).
Definition Action.h:208
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition Action.h:224