![]() |
Kactus2
Kactus2 reference guide
|
Interface for enabling plugin run using the command line arguments. More...
#include <CLIGenerator.h>
Public Member Functions | |
virtual | ~CLIGenerator () |
The destructor. | |
virtual QString | getOutputFormat () const =0 |
virtual void | runGenerator (IPluginUtility *utility, QSharedPointer< Component > component, QSharedPointer< Design > design, QSharedPointer< DesignConfiguration > designConfiguration, QString const &viewName, QString const &outputDirectory)=0 |
Interface for enabling plugin run using the command line arguments.
Definition at line 28 of file CLIGenerator.h.
|
inlinevirtual |
The destructor.
Definition at line 33 of file CLIGenerator.h.
|
pure virtual |
Gets the output format generated by the plugin.
|
pure virtual |
Runs the generation.
[in] | utility | Utilities for enabling plugin execution. |
[in] | component | The component to run the generation for. |
[in] | design | The design to run the generation for. |
[in] | designConfiguration | The design configuration to run the generation for. |
[in] | viewName | The component view name to run the generation for. |
[in] | outputDirectory | The output directory for the generation results. |