#include <NodeTypeInterface.h>
Public Member Functions | |
| virtual Node * | createNode (const QString &name, ParameterGroup *parameterRoot)=0 |
| Creates a node of this node type. | |
| virtual Node* NodeTypeInterface::createNode | ( | const QString & | name, | |
| ParameterGroup * | parameterRoot | |||
| ) | [pure virtual] |
Creates a node of this node type.
| name | The name for the new node. | |
| parameterRoot | A copy of the parameter tree specific for the type of the node. |
1.5.9