|
MorphoGraphX
2.0-1-227
|
#include <Process.hpp>
Public Types | |
| typedef Process | process_t |
Public Attributes | |
| QString | name |
| Name of the process. More... | |
| QString | description |
| Description of the process. More... | |
| QStringList | parmNames |
| List of named parameters of the process. More... | |
| QStringList | parmDescs |
| List of descriptions of named parameters. More... | |
| QStringList | parms |
| List of parameters/parameter defaults. More... | |
| QIcon | icon |
| Icon of the process. More... | |
| ParmChoiceList | parmChoice |
| List of choices for parameters. More... | |
| ProcessFactoryPtr | factory |
| Process factory. More... | |
Definition of a process
Definition at line 873 of file Process.hpp.
Type of the generated process.
Definition at line 888 of file Process.hpp.
| QString mgx::ProcessDefinition::description |
Description of the process.
Definition at line 876 of file Process.hpp.
| ProcessFactoryPtr mgx::ProcessDefinition::factory |
Process factory.
Definition at line 892 of file Process.hpp.
| QIcon mgx::ProcessDefinition::icon |
Icon of the process.
Definition at line 880 of file Process.hpp.
| QString mgx::ProcessDefinition::name |
Name of the process.
Definition at line 875 of file Process.hpp.
| ParmChoiceList mgx::ProcessDefinition::parmChoice |
List of choices for parameters.
Definition at line 881 of file Process.hpp.
| QStringList mgx::ProcessDefinition::parmDescs |
List of descriptions of named parameters.
Definition at line 878 of file Process.hpp.
| QStringList mgx::ProcessDefinition::parmNames |
List of named parameters of the process.
Definition at line 877 of file Process.hpp.
| QStringList mgx::ProcessDefinition::parms |
List of parameters/parameter defaults.
Definition at line 879 of file Process.hpp.
1.8.17