HDK
|
#include <PRM_RefId.h>
Public Member Functions | |
PRM_RefId () | |
PRM_RefId (int pi, int vi) | |
PRM_RefId (const PRM_RefId ©)=default | |
PRM_RefId & | operator= (const PRM_RefId ©)=default |
bool | isValid () const |
void | setParmRef (int parm_index, int sub_index=-1) |
int | getParmRef () const |
void | setParmSubIndex (int sub_index) |
int | getParmSubIndex () const |
unsigned | hash () const |
int | operator== (const PRM_RefId &other) const |
bool | matches (const PRM_RefId &other) const |
void | getToken (const PRM_ParmList &parmlist, UT_String &token) const |
void | getAlias (const PRM_ParmList &parmlist, UT_String &alias) const |
Definition at line 22 of file PRM_RefId.h.
|
inline |
Definition at line 25 of file PRM_RefId.h.
Definition at line 30 of file PRM_RefId.h.
|
default |
void PRM_RefId::getAlias | ( | const PRM_ParmList & | parmlist, |
UT_String & | alias | ||
) | const |
|
inline |
Definition at line 48 of file PRM_RefId.h.
|
inline |
Definition at line 57 of file PRM_RefId.h.
void PRM_RefId::getToken | ( | const PRM_ParmList & | parmlist, |
UT_String & | token | ||
) | const |
|
inline |
Definition at line 63 of file PRM_RefId.h.
|
inline |
Definition at line 40 of file PRM_RefId.h.
|
inline |
Definition at line 76 of file PRM_RefId.h.
Definition at line 69 of file PRM_RefId.h.
Definition at line 43 of file PRM_RefId.h.
Definition at line 53 of file PRM_RefId.h.