![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
The lut action extension. More...
#include <ImageLutExtension.h>
Inherits camitk::ActionExtension.
Public Member Functions | |
| virtual QString | getDescription () |
| Method that return the action extension descrption. More... | |
| virtual QString | getName () |
| Method that return the action extension name. More... | |
| ImageLutExtension () | |
| the constructor More... | |
| virtual void | init () |
| initialize all the actions More... | |
| virtual | ~ImageLutExtension () |
| 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 lut action extension.
|
inline |
the constructor
|
inlinevirtual |
the destructor
References init().
|
inlinevirtual |
Method that return the action extension descrption.
Implements camitk::ActionExtension.
|
inlinevirtual |
Method that return the action extension name.
Implements camitk::ActionExtension.
|
virtual |
initialize all the actions
Implements camitk::ActionExtension.
References registerNewAction.
Referenced by ~ImageLutExtension().
1.8.13