MorphoGraphX
|
Definition of a process, including the process factory. More...
#include <Process.hpp>
Public Types | |
typedef P | process_t |
Type of the generated process. | |
typedef FactoryPointer< P > | processFactory |
Public Attributes | |
processFactory | factory |
Process factory. | |
![]() | |
QString | name |
Name of the process. | |
QString | description |
Description of the process. | |
QStringList | parmNames |
List of named parameters of the process. | |
QStringList | parmDescs |
List of descriptions of named parameters. | |
QStringList | parms |
List of parameters/parameter defaults. | |
QString | folder |
Folder in which to place the process. | |
QIcon | icon |
Icon of the process. | |
ParmChoiceMap | parmChoice |
Map of choices for parameters. | |
Definition of a process, including the process factory.