#include <PMLActionExtension.h>
|
| virtual QString | getDescription () const override |
| | Method returning the action extension description.
|
| |
| virtual QString | getName () const override |
| | Method returning the action extension name.
|
| |
| virtual void | init () override |
| | initialize all the actions
|
| |
| | PMLActionExtension () |
| | Constructor.
|
| |
| virtual | ~PMLActionExtension () |
| | Destructor.
|
| |
| 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
|
| |
◆ PMLActionExtension()
| PMLActionExtension::PMLActionExtension |
( |
| ) |
|
|
inline |
◆ ~PMLActionExtension()
| virtual PMLActionExtension::~PMLActionExtension |
( |
| ) |
|
|
inlinevirtual |
◆ getDescription()
| virtual QString PMLActionExtension::getDescription |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getName()
| virtual QString PMLActionExtension::getName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ init()
| void PMLActionExtension::init |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: