The mesh processing actions extension. More...
#include <MeshProcessingExtension.h>
Inheritance diagram for MeshProcessingExtension:
Collaboration diagram for MeshProcessingExtension:Public Member Functions | |
| virtual QString | getDescription () const override |
| Method that return the action extension description. | |
| virtual QString | getName () const override |
| Method that return the action extension name. | |
| virtual void | init () override |
| initialize all the actions | |
| MeshProcessingExtension () | |
| the constructor | |
| virtual | ~MeshProcessingExtension ()=default |
| the destructor | |
Public Member Functions inherited from camitk::ActionExtension | |
| const ActionList & | getActions () |
| get the list of actions registered y this extension | |
| QString | getLocation () const |
| get the file path (location of the .dll/.so/.dylib) of this plugin or the file path to the CamiTK extension file that generated this extension | |
| void | initResources () |
| Load, for the selected langage (asked to the Application), the associated .qm file. | |
| void | setLocation (const QString loc) |
| set the file path (once loaded as a dynamic library) | |
| ~ActionExtension () override | |
| 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 | |
The mesh processing actions extension.
|
inline |
the constructor
|
virtualdefault |
the destructor
|
inlineoverridevirtual |
Method that return the action extension description.
Implements camitk::ActionExtension.
|
inlineoverridevirtual |
Method that return the action extension name.
Implements camitk::ActionExtension.
|
overridevirtual |