![]() |
Computer Assited Medical Intervention Tool Kit
|
#include <ITKFiltersExtension.h>
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... | |
![]() | |
const ActionList & | getActions () |
get the list of actions registered y this extension More... | |
virtual | ~ActionExtension () |
destructor More... | |
Private Member Functions | |
Q_INTERFACES (camitk::ActionExtension) | |
Additional Inherited Members | |
![]() | |
ActionExtension () | |
constructor More... | |
void | registerAction (Action *) |
register an action instance More... | |
![]() | |
ActionList | actions |
the list of actions More... | |
|
inline |
the constructor
|
inlinevirtual |
the destructor
|
inlinevirtual |
Method that return the action extension descrption.
Implements camitk::ActionExtension.
|
inlinevirtual |
Method that return the action extension name.
Implements camitk::ActionExtension.
|
virtual |
|
private |