![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
Manager for the MML action. More...
#include <MMLActionExtension.h>
Inheritance diagram for MMLActionExtension: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 () |
| Method must be reimplemented when an ActionExtension is done, the own actions of an extension are load there. More... | |
| MMLActionExtension () | |
| the constructor More... | |
| virtual | ~MMLActionExtension () |
| the destructor More... | |
Public Member Functions inherited from camitk::ActionExtension | |
| const ActionList & | getActions () |
| get the list of actions registered y this extension More... | |
| virtual | ~ActionExtension () |
| 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... | |
Manager for the MML action.
|
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 |
Method must be reimplemented when an ActionExtension is done, the own actions of an extension are load there.
It is necessary to use the method Application::addAction(Action) for each action added in this method.
Implements camitk::ActionExtension.
1.8.8