26 #ifndef SET_PATH_TO_TEST_DATA_H
27 #define SET_PATH_TO_TEST_DATA_H
Specify the current directory to the test data directory.
Definition: SetPathToTestData.h:39
SetPathToTestData(camitk::ActionExtension *)
Default Constructor.
Definition: SetPathToTestData.cpp:34
virtual ~SetPathToTestData()=default
Default Destructor.
virtual camitk::Action::ApplyStatus apply()
apply the action select the last instantiated component
Definition: SetPathToTestData.cpp:54
virtual QWidget * getWidget()
Returns NULL: no widget at all for this action.
Definition: SetPathToTestData.cpp:49
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