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