![]() |
Computer Assited Medical Intervention Tool Kit
|
#include <ApplicationActionExtension.h>
Inheritance diagram for ApplicationActionExtension:Public Member Functions | |
| ApplicationActionExtension () | |
| the constructor (needed to initialize the icon resources) | |
| virtual QString | getDescription () |
| Method that return the action extension descrption. | |
| virtual QString | getName () |
| Method that return the action extension name. | |
| virtual void | init () |
| initialize all the actions | |
| virtual | ~ApplicationActionExtension () |
| the destructor | |
Public Member Functions inherited from camitk::ActionExtension | |
| const ActionList & | getActions () |
| get the list of actions registered y this extension | |
| virtual | ~ActionExtension () |
| 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 | |
| ApplicationActionExtension::ApplicationActionExtension | ( | ) |
the constructor (needed to initialize the icon resources)
|
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 |
1.8.1.2