|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
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;
54 virtual QString
getName()
override {
55 return "Medical Image Viewer visibility actions";
60 return "This extension provides six actions to change the visibility of the viewers embedded in the Medical Image Viewer layout";
65 #endif // MEDICALIMAGEVIEWER_ACTION_EXTENSION_H
virtual void init() override
initialize all the actions
Definition: MedicalImageViewerActionExtension.cpp:36
virtual QString getName() override
Method that return the action extension name.
Definition: MedicalImageViewerActionExtension.h:77
Within the MedicalImageViewer, display the axial viewer.
Definition: ShowAxialViewer.h:37
virtual ~MedicalImageViewerActionExtension()=default
the destructor
The MedicalImageViewerActionExtension class features the actions to change the visibility of the view...
Definition: MedicalImageViewerActionExtension.h:38
Set the visibility of the MedicalImageViewer in order to only show the 3D viewer.
Definition: Show3DViewer.h:37
MedicalImageViewerActionExtension()=default
the constructor (needed to initialize the icon resources)
virtual QString getDescription() override
Method that return the action extension description.
Definition: MedicalImageViewerActionExtension.h:82
Within the MedicalImageViewer, display the arbitrary viewer.
Definition: ShowArbitraryViewer.h:37
#define registerNewAction(X)
Definition: ActionExtension.h:63
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
Within the MedicalImageViewer, display all viewers (except arbitrary).
Definition: ShowAllViewers.h:37
Within the MedicalImageViewer, display the sagittal viewer.
Definition: ShowSagittalViewer.h:37
Within the MedicalImageViewer, display the coronal viewer.
Definition: ShowCoronalViewer.h:37