#include <OP_PropertyLookupList.h>
Public Member Functions | |
| OP_PropertyLookupList () | |
| ~OP_PropertyLookupList () | |
| void | reserve (int size) |
| void | clear () |
| void | addParm (const char *name, OP_Node *src, void *data) |
| int | entries () const |
| const char * | getName (int i) const |
| OP_Node * | getSourceNode (int i) const |
| bool | isFound (int i) const |
| OP_Node * | getNode (int i) const |
| PRM_Parm * | getParmPtr (int i) const |
| void * | getLookupData (int i) const |
| void | setLookupInfo (int i, OP_Node *node, PRM_Parm *parm) |
Definition at line 31 of file OP_PropertyLookupList.h.
| OP_PropertyLookupList::OP_PropertyLookupList | ( | ) | [inline] |
Definition at line 33 of file OP_PropertyLookupList.h.
| OP_PropertyLookupList::~OP_PropertyLookupList | ( | ) | [inline] |
Definition at line 34 of file OP_PropertyLookupList.h.
| void OP_PropertyLookupList::addParm | ( | const char * | name, | |
| OP_Node * | src, | |||
| void * | data | |||
| ) | [inline] |
Definition at line 55 of file OP_PropertyLookupList.h.
| void OP_PropertyLookupList::clear | ( | void | ) | [inline] |
Definition at line 44 of file OP_PropertyLookupList.h.
| int OP_PropertyLookupList::entries | ( | void | ) | const [inline] |
Definition at line 63 of file OP_PropertyLookupList.h.
| void* OP_PropertyLookupList::getLookupData | ( | int | i | ) | const [inline] |
Definition at line 71 of file OP_PropertyLookupList.h.
| const char* OP_PropertyLookupList::getName | ( | int | i | ) | const [inline] |
Definition at line 64 of file OP_PropertyLookupList.h.
| OP_Node* OP_PropertyLookupList::getNode | ( | int | i | ) | const [inline] |
Definition at line 69 of file OP_PropertyLookupList.h.
| PRM_Parm* OP_PropertyLookupList::getParmPtr | ( | int | i | ) | const [inline] |
Definition at line 70 of file OP_PropertyLookupList.h.
| OP_Node* OP_PropertyLookupList::getSourceNode | ( | int | i | ) | const [inline] |
Definition at line 65 of file OP_PropertyLookupList.h.
| bool OP_PropertyLookupList::isFound | ( | int | i | ) | const [inline] |
Definition at line 68 of file OP_PropertyLookupList.h.
| void OP_PropertyLookupList::reserve | ( | int | size | ) | [inline] |
Definition at line 36 of file OP_PropertyLookupList.h.
Definition at line 74 of file OP_PropertyLookupList.h.
1.5.9