26 #ifndef MEDICALIMAGEVIEWER_ACTION_EXTENSION_H
27 #define MEDICALIMAGEVIEWER_ACTION_EXTENSION_H
41 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.medicalimagevieweractionextension")
51 virtual void init()
override;
55 return "Medical Image Viewer visibility";
60 return "This extension provides six actions to change the visibility of the viewers embedded in the Medical Image Viewer layout";
The MedicalImageViewerActionExtension class features the actions to change the visibility of the view...
Definition: MedicalImageViewerActionExtension.h:38
virtual QString getDescription() override
Method that return the action extension description.
Definition: MedicalImageViewerActionExtension.h:59
virtual QString getName() override
Method that return the action extension name.
Definition: MedicalImageViewerActionExtension.h:54
MedicalImageViewerActionExtension()=default
the constructor (needed to initialize the icon resources)
virtual void init() override
initialize all the actions
Definition: MedicalImageViewerActionExtension.cpp:36
virtual ~MedicalImageViewerActionExtension()=default
the destructor
This class describes what is a generic Action extension.
Definition: ActionExtension.h:57