MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
mgx::process::ProcessDefinition< P > Class Template Reference

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

#include <Process.hpp>

+ Inheritance diagram for mgx::process::ProcessDefinition< P >:

Public Types

typedef P process_t
 Type of the generated process.
 
typedef FactoryPointer< P > processFactory
 

Public Attributes

processFactory factory
 Process factory.
 
- Public Attributes inherited from mgx::process::BaseProcessDefinition
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

template<typename P>
class mgx::process::ProcessDefinition< P >

Definition of a process, including the process factory.


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