26 #ifndef SET_PATH_TO_TEST_DATA_H 27 #define SET_PATH_TO_TEST_DATA_H 57 #endif // SET_PATH_TO_TEST_DATA_H virtual ~SetPathToTestData()
Default Destructor.
Definition: SetPathToTestData.cpp:50
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:208
Specify the current directory to the test data directory.
Definition: SetPathToTestData.h:39
SetPathToTestData(camitk::ActionExtension *)
Default Constructor.
Definition: SetPathToTestData.cpp:35
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
virtual ApplyStatus apply()
apply the action select the last instanciated component
Definition: SetPathToTestData.cpp:59
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:220
virtual QWidget * getWidget()
Returns NULL: no widget at all for this action.
Definition: SetPathToTestData.cpp:54