#include <ResampleExtension.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.
|
| |
| | ResampleExtension () |
| | Constructor.
|
| |
| virtual | ~ResampleExtension () |
| | 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
|
| |
◆ ResampleExtension()
| ResampleExtension::ResampleExtension |
( |
| ) |
|
|
inline |
◆ ~ResampleExtension()
| virtual ResampleExtension::~ResampleExtension |
( |
| ) |
|
|
inlinevirtual |
◆ getDescription()
| virtual QString ResampleExtension::getDescription |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getName()
| virtual QString ResampleExtension::getName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ init()
| void ResampleExtension::init |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: