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:61
QWidget * getWidget()
This method has to be redefined in your Action only if:
Definition PMLExplorerAction.cpp:69
virtual ~PMLExplorerAction()
Default Destructor.
Definition PMLExplorerAction.cpp:54
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 an algorithm that wor...
Definition Action.h:215
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition Action.h:231