MorphoGraphX
|
Definition of a process, without the process factory. More...
#include <Process.hpp>
Public Attributes | |
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, without the process factory.