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

#include <MMLActionExtension.h>

+ Inheritance diagram for MMLActionExtension:

Public Member Functions

virtual QString getDescription ()
 Method that return the action extension descrption.
virtual QString getName ()
 Method that return the action extension name.
virtual void init ()
 Method must be reimplemented when an ActionExtension is done, the own actions of an extension are load there.
 MMLActionExtension ()
 the constructor
virtual ~MMLActionExtension ()
 the destructor
- Public Member Functions inherited from camitk::ActionExtension
const ActionListgetActions ()
 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

Constructor & Destructor Documentation

MMLActionExtension::MMLActionExtension ( )
inline

the constructor

virtual MMLActionExtension::~MMLActionExtension ( )
inlinevirtual

the destructor

Member Function Documentation

virtual QString MMLActionExtension::getDescription ( )
inlinevirtual

Method that return the action extension descrption.

Implements camitk::ActionExtension.

virtual QString MMLActionExtension::getName ( )
inlinevirtual

Method that return the action extension name.

Implements camitk::ActionExtension.

void MMLActionExtension::init ( )
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.

References registerNewAction.


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