The MedicalImageViewerActionExtension class features the actions to change the visibility of the viewers embedded in the Medical Image Viewer layout. More...
#include <MedicalImageViewerActionExtension.h>
Inheritance diagram for MedicalImageViewerActionExtension:
Collaboration diagram for MedicalImageViewerActionExtension:Public Member Functions | |
| virtual QString | getDescription () override |
| Method that return the action extension description. More... | |
| virtual QString | getName () override |
| Method that return the action extension name. More... | |
| virtual void | init () override |
| initialize all the actions More... | |
| MedicalImageViewerActionExtension ()=default | |
| the constructor (needed to initialize the icon resources) More... | |
| virtual | ~MedicalImageViewerActionExtension ()=default |
| the destructor More... | |
Public Member Functions inherited from camitk::ActionExtension | |
| const ActionList & | getActions () |
| get the list of actions registered y this extension More... | |
| QString | getLocation () const |
| get the file path (location of the .dll/.so/.dylib) of this plugin More... | |
| void | initResources () |
| Load, for the selected langage (asked to the Application), the associated .qm file. More... | |
| void | setLocation (const QString loc) |
| set the file path (once loaded as a dynamic library) More... | |
| ~ActionExtension () override | |
| destructor More... | |
Additional Inherited Members | |
Protected Member Functions inherited from camitk::ActionExtension | |
| ActionExtension () | |
| constructor More... | |
| void | registerAction (Action *) |
| register an action instance More... | |
Protected Attributes inherited from camitk::ActionExtension | |
| ActionList | actions |
| the list of actions More... | |
The MedicalImageViewerActionExtension class features the actions to change the visibility of the viewers embedded in the Medical Image Viewer layout.
|
default |
the constructor (needed to initialize the icon resources)
|
virtualdefault |
the destructor
|
inlineoverridevirtual |
Method that return the action extension description.
Implements camitk::ActionExtension.
|
inlineoverridevirtual |
Method that return the action extension name.
Implements camitk::ActionExtension.
|
overridevirtual |