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";
60 virtual void init()
override;
Show the selected camitk::ImageComponent slices in the 3D viewer(s) action extension.
Definition: ShowIn3DExtension.h:37
virtual QString getName() override
Method returning the action extension name.
Definition: ShowIn3DExtension.h:50
virtual void init() override
initialize all the actions
Definition: ShowIn3DExtension.cpp:36
ShowIn3DExtension()
Constructor.
Definition: ShowIn3DExtension.h:44
virtual QString getDescription() override
Method returning the action extension description.
Definition: ShowIn3DExtension.h:55
virtual ~ShowIn3DExtension()
Destructor.
Definition: ShowIn3DExtension.h:47
This class describes what is a generic Action extension.
Definition: ActionExtension.h:57
ActionExtension()
constructor
Definition: ActionExtension.cpp:39
Definition: Action.cpp:36