MorphoGraphX  2.0-1-227
Public Types | Public Attributes | List of all members
mgx::ProcessDefinition Struct Reference

#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...
 

Detailed Description

Definition of a process

Definition at line 873 of file Process.hpp.

Member Typedef Documentation

◆ process_t

Type of the generated process.

Definition at line 888 of file Process.hpp.

Member Data Documentation

◆ description

QString mgx::ProcessDefinition::description

Description of the process.

Definition at line 876 of file Process.hpp.

◆ factory

ProcessFactoryPtr mgx::ProcessDefinition::factory

Process factory.

Definition at line 892 of file Process.hpp.

◆ icon

QIcon mgx::ProcessDefinition::icon

Icon of the process.

Definition at line 880 of file Process.hpp.

◆ name

QString mgx::ProcessDefinition::name

Name of the process.

Definition at line 875 of file Process.hpp.

◆ parmChoice

ParmChoiceList mgx::ProcessDefinition::parmChoice

List of choices for parameters.

Definition at line 881 of file Process.hpp.

◆ parmDescs

QStringList mgx::ProcessDefinition::parmDescs

List of descriptions of named parameters.

Definition at line 878 of file Process.hpp.

◆ parmNames

QStringList mgx::ProcessDefinition::parmNames

List of named parameters of the process.

Definition at line 877 of file Process.hpp.

◆ parms

QStringList mgx::ProcessDefinition::parms

List of parameters/parameter defaults.

Definition at line 879 of file Process.hpp.


The documentation for this struct was generated from the following file: