pfcrender  1.0.1
Plugins::ModifyVM Class Referenceabstract

#include <ModifyVM.h>

+ Inheritance diagram for Plugins::ModifyVM:

Public Member Functions

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 ()
 
- Public Member Functions inherited from Plugins::Plugin
virtual const PluginInfogetInfo () const =0
 
virtual ~Plugin ()
 

Constructor & Destructor Documentation

virtual Plugins::ModifyVM::~Import ( )
inlinevirtual

Member Function Documentation

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: