|
HDK
|
#include <PRM_BatchList.h>
Public Member Functions | |
| PRM_BatchList () | |
| ~PRM_BatchList () | |
| PRM_BatchParm * | addParm (int index, const char *name, PRM_BatchType type, int size, void *data=0) |
| PRM_BatchParm * | addParm (PRM_Template *tplate, void *data=0) |
| PRM_BatchParm * | addParm (const char *name, PRM_BatchType type, int size, void *data=0) |
| bool | validate () const |
| int | entries () const |
| PRM_BatchParm * | operator() (int i) |
| void | setEvaluator (int opid) |
| int | getEvaluatingOps (UT_IntArray &list) |
| void | setEvaluated (int batch_idx, int parmlist_idx) |
| void | clearEvaluated () |
| void | clearValueSet () |
| void | dump () |
Definition at line 28 of file PRM_BatchList.h.
| PRM_BatchList::PRM_BatchList | ( | ) |
| PRM_BatchList::~PRM_BatchList | ( | ) |
| PRM_BatchParm* PRM_BatchList::addParm | ( | int | index, |
| const char * | name, | ||
| PRM_BatchType | type, | ||
| int | size, | ||
| void * | data = 0 |
||
| ) |
| PRM_BatchParm* PRM_BatchList::addParm | ( | PRM_Template * | tplate, |
| void * | data = 0 |
||
| ) |
|
inline |
Definition at line 39 of file PRM_BatchList.h.
|
inline |
Definition at line 67 of file PRM_BatchList.h.
|
inline |
Definition at line 73 of file PRM_BatchList.h.
| void PRM_BatchList::dump | ( | ) |
|
inline |
Definition at line 49 of file PRM_BatchList.h.
| int PRM_BatchList::getEvaluatingOps | ( | UT_IntArray & | list | ) |
|
inline |
Definition at line 50 of file PRM_BatchList.h.
| bool PRM_BatchList::validate | ( | ) | const |