HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_PropertyLookupList Class Reference

#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, int data)
 
int entries () const
 
const char * getName (int i) const
 
OP_NodegetSourceNode (int i) const
 
bool isFound (int i) const
 
OP_NodegetNode (int i) const
 
PRM_ParmgetParmPtr (int i) const
 
int getLookupData (int i) const
 
void setLookupInfo (int i, OP_Node *node, PRM_Parm *parm)
 

Detailed Description

Definition at line 24 of file OP_PropertyLookupList.h.

Constructor & Destructor Documentation

OP_PropertyLookupList::OP_PropertyLookupList ( )
inline

Definition at line 26 of file OP_PropertyLookupList.h.

OP_PropertyLookupList::~OP_PropertyLookupList ( )
inline

Definition at line 27 of file OP_PropertyLookupList.h.

Member Function Documentation

void OP_PropertyLookupList::addParm ( const char *  name,
OP_Node src,
int  data 
)
inline

Definition at line 48 of file OP_PropertyLookupList.h.

void OP_PropertyLookupList::clear ( )
inline

Definition at line 37 of file OP_PropertyLookupList.h.

int OP_PropertyLookupList::entries ( ) const
inline

Definition at line 56 of file OP_PropertyLookupList.h.

int OP_PropertyLookupList::getLookupData ( int  i) const
inline

Definition at line 64 of file OP_PropertyLookupList.h.

const char* OP_PropertyLookupList::getName ( int  i) const
inline

Definition at line 57 of file OP_PropertyLookupList.h.

OP_Node* OP_PropertyLookupList::getNode ( int  i) const
inline

Definition at line 62 of file OP_PropertyLookupList.h.

PRM_Parm* OP_PropertyLookupList::getParmPtr ( int  i) const
inline

Definition at line 63 of file OP_PropertyLookupList.h.

OP_Node* OP_PropertyLookupList::getSourceNode ( int  i) const
inline

Definition at line 58 of file OP_PropertyLookupList.h.

bool OP_PropertyLookupList::isFound ( int  i) const
inline

Definition at line 61 of file OP_PropertyLookupList.h.

void OP_PropertyLookupList::reserve ( int  size)
inline

Definition at line 29 of file OP_PropertyLookupList.h.

void OP_PropertyLookupList::setLookupInfo ( int  i,
OP_Node node,
PRM_Parm parm 
)
inline

Definition at line 67 of file OP_PropertyLookupList.h.


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