#include <MMLActionExtension.h>
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
|
| const ActionList & | getActions () |
| | get the list of actions registered y this extension
|
| virtual | ~ActionExtension () |
| | destructor
|
Constructor & Destructor Documentation
| MMLActionExtension::MMLActionExtension |
( |
| ) |
|
|
inline |
| virtual MMLActionExtension::~MMLActionExtension |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual QString MMLActionExtension::getDescription |
( |
| ) |
|
|
inlinevirtual |
| virtual QString MMLActionExtension::getName |
( |
| ) |
|
|
inlinevirtual |
| 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: