#include <ModifyVM.h>
|
virtual std::unique_ptr< QString > | getModel (const QCommandLineParser &)=0 |
| getModel to create model string from this plugin Since Model is likely a very large String, we hand it over as a unique pointer to force using move semantics More...
|
|
virtual | ~Import () |
|
virtual const PluginInfo & | getInfo () const =0 |
|
virtual | ~Plugin () |
|
virtual Plugins::ModifyVM::~Import |
( |
| ) |
|
|
inlinevirtual |
virtual std::unique_ptr<QString> Plugins::ModifyVM::getModel |
( |
const QCommandLineParser & |
| ) |
|
|
pure virtual |
getModel to create model string from this plugin Since Model is likely a very large String, we hand it over as a unique pointer to force using move semantics
- Returns
- A unique pointer to the QString to use as new model
The documentation for this class was generated from the following file: