MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
mgx::process::BaseProcessDefinition Struct Reference

Definition of a process, without the process factory. More...

#include <Process.hpp>

+ Inheritance diagram for mgx::process::BaseProcessDefinition:

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.
 

Detailed Description

Definition of a process, without the process factory.


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