25 #ifndef SHOWIN3DEXTENSION_H 26 #define SHOWIN3DEXTENSION_H 40 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.showin3D")
51 return "ShowIn3DExtension";
56 return "Toggle display of the image volume slices in the 3D viewer";
64 #endif // SHOWIN3DEXTENSION_H ShowIn3DExtension()
Constructor.
Definition: ShowIn3DExtension.h:44
Definition: Action.cpp:36
virtual QString getName()
Method returning the action extension name.
Definition: ShowIn3DExtension.h:50
virtual QString getDescription()
Method returning the action extension descrption.
Definition: ShowIn3DExtension.h:55
virtual ~ShowIn3DExtension()
Destructor.
Definition: ShowIn3DExtension.h:47
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
Show the selected camitk::ImageComponent slices in the 3D viewer(s) action extension.
Definition: ShowIn3DExtension.h:37
ActionExtension()
constructor
Definition: ActionExtension.h:63
virtual void init()
initialize all the actions
Definition: ShowIn3DExtension.cpp:36