Computer Assisted Medical Intervention Tool Kit  version 5.1
 
Loading...
Searching...
No Matches
ImageLutExtension Class Reference

The lut action extension. More...

#include <ImageLutExtension.h>

Public Member Functions

virtual QString getDescription () override
 Method that return the action extension description.
 
virtual QString getName () override
 Method that return the action extension name.
 
 ImageLutExtension ()
 the constructor
 
virtual void init () override
 initialize all the actions
 
virtual ~ImageLutExtension ()
 the destructor
 
- Public Member Functions inherited from camitk::ActionExtension
const ActionListgetActions ()
 get the list of actions registered y this extension
 
QString getLocation () const
 get the file path (location of the .dll/.so/.dylib) of this plugin
 
void initResources ()
 Load, for the selected langage (asked to the Application), the associated .qm file.
 
void setLocation (const QString loc)
 set the file path (once loaded as a dynamic library)
 
 ~ActionExtension () override
 destructor
 

Additional Inherited Members

- Protected Member Functions inherited from camitk::ActionExtension
 ActionExtension ()
 constructor
 
void registerAction (Action *)
 register an action instance
 
- Protected Attributes inherited from camitk::ActionExtension
ActionList actions
 the list of actions
 

Detailed Description

The lut action extension.

Constructor & Destructor Documentation

◆ ImageLutExtension()

ImageLutExtension::ImageLutExtension ( )
inline

the constructor

◆ ~ImageLutExtension()

virtual ImageLutExtension::~ImageLutExtension ( )
inlinevirtual

the destructor

Member Function Documentation

◆ getDescription()

virtual QString ImageLutExtension::getDescription ( )
inlineoverridevirtual

Method that return the action extension description.

Implements camitk::ActionExtension.

◆ getName()

virtual QString ImageLutExtension::getName ( )
inlineoverridevirtual

Method that return the action extension name.

Implements camitk::ActionExtension.

◆ init()

void ImageLutExtension::init ( )
overridevirtual

initialize all the actions

Implements camitk::ActionExtension.

References registerNewAction.


The documentation for this class was generated from the following files: