26 #ifndef PMLEXPLOREACTION_H
27 #define PMLEXPLOREACTION_H
This class manages a physical model (PML) CamiTK component.
Definition: PMLComponent.h:103
Definition: PMLExplorerAction.h:35
virtual camitk::Action::ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: PMLExplorerAction.cpp:62
QWidget * getWidget()
This method has to be redefined in your Action only if:
Definition: PMLExplorerAction.cpp:70
virtual ~PMLExplorerAction()
Default Destructor.
Definition: PMLExplorerAction.cpp:55
PMLExplorerAction(camitk::ActionExtension *)
Default Constructor.
Definition: PMLExplorerAction.cpp:36
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:209
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition: Action.h:225