26 #ifndef SET_PATH_TO_TEST_DATA_H 27 #define SET_PATH_TO_TEST_DATA_H 57 #endif // SET_PATH_TO_TEST_DATA_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
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.
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
virtual ApplyStatus apply()
apply the action select the last instantiated component
Definition: SetPathToTestData.cpp:54
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
virtual QWidget * getWidget()
Returns NULL: no widget at all for this action.
Definition: SetPathToTestData.cpp:49