HDK
|
#include <PI_EditScriptedParms.h>
Public Member Functions | |
PI_EditScriptedParmsAggregate ()=default | |
~PI_EditScriptedParmsAggregate ()=default | |
PI_EditScriptedParmsAggregate (PI_EditScriptedParmsAggregate &)=delete | |
PI_EditScriptedParmsAggregate & | operator= (PI_EditScriptedParmsAggregate &)=delete |
PRM_ParmList * | getParmList (int parm_idx) |
Gets list containing i-th parameter. More... | |
void | copyToParms (PI_EditScriptedParms &parms) const |
Copies the member parameters to the given parms. More... | |
int | getNParms () const |
Methods corresponding to the PI_EditScriptedParms class. More... | |
PI_EditScriptedParm * | getParm (int parm_idx) |
Methods corresponding to the PI_EditScriptedParms class. More... | |
OP_Node * | getNode (int parm_idx) |
Methods corresponding to the PI_EditScriptedParms class. More... | |
int | getMatchingGroupParm (int parm_idx) const |
Methods corresponding to the PI_EditScriptedParms class. More... | |
int | removeParms (int first_parm_idx, int last_parm_idx) |
Methods corresponding to the PI_EditScriptedParms class. More... | |
Protected Member Functions | |
void | appendToAggregate (OP_Node *node, UT_UniquePtr< PI_EditScriptedParms > parms) |
Node and parm management methods for subclasses. More... | |
Definition at line 763 of file PI_EditScriptedParms.h.
|
default |
|
default |
|
delete |
|
protected |
Node and parm management methods for subclasses.
void PI_EditScriptedParmsAggregate::copyToParms | ( | PI_EditScriptedParms & | parms | ) | const |
Copies the member parameters to the given parms.
Methods corresponding to the PI_EditScriptedParms class.
Methods corresponding to the PI_EditScriptedParms class.
int PI_EditScriptedParmsAggregate::getNParms | ( | ) | const |
Methods corresponding to the PI_EditScriptedParms class.
PI_EditScriptedParm* PI_EditScriptedParmsAggregate::getParm | ( | int | parm_idx | ) |
Methods corresponding to the PI_EditScriptedParms class.
PRM_ParmList* PI_EditScriptedParmsAggregate::getParmList | ( | int | parm_idx | ) |
Gets list containing i-th parameter.
|
delete |
Methods corresponding to the PI_EditScriptedParms class.