Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Member Functions | List of all members
ITKFiltersExtension Class Reference

Manager of the ITK filter actions. More...

#include <ITKFiltersExtension.h>

+ Inheritance diagram for ITKFiltersExtension:

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...
 
virtual void init ()
 initialize all the actions More...
 
 ITKFiltersExtension ()
 the constructor More...
 
virtual ~ITKFiltersExtension ()
 the destructor More...
 
- Public Member Functions inherited from camitk::ActionExtension
const ActionListgetActions ()
 get the list of actions registered y this extension More...
 
virtual ~ActionExtension ()
 destructor More...
 

Private Member Functions

 Q_INTERFACES (camitk::ActionExtension)
 

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...
 

Detailed Description

Manager of the ITK filter actions.

Constructor & Destructor Documentation

ITKFiltersExtension::ITKFiltersExtension ( )
inline

the constructor

virtual ITKFiltersExtension::~ITKFiltersExtension ( )
inlinevirtual

the destructor

Member Function Documentation

virtual QString ITKFiltersExtension::getDescription ( )
inlinevirtual

Method that return the action extension descrption.

Implements camitk::ActionExtension.

virtual QString ITKFiltersExtension::getName ( )
inlinevirtual

Method that return the action extension name.

Implements camitk::ActionExtension.

virtual void ITKFiltersExtension::init ( )
virtual

initialize all the actions

Implements camitk::ActionExtension.

ITKFiltersExtension::Q_INTERFACES ( camitk::ActionExtension  )
private

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