#include <OP_Dependency.h>
Public Member Functions | |
| OP_RefId () | |
| ~OP_RefId () | |
| OP_RefId (const OP_RefId ©) | |
| const OP_RefId & | operator= (const OP_RefId ©) |
| bool | isValid () const |
| void | setParmRef (int parm_index, int sub_index=-1) |
| int | getParmRef () const |
| int | getParmSubIndex () const |
| int | operator== (const OP_RefId &other) const |
| bool | matches (const OP_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 33 of file OP_Dependency.h.
| OP_RefId::OP_RefId | ( | ) | [inline] |
Definition at line 36 of file OP_Dependency.h.
| OP_RefId::~OP_RefId | ( | ) | [inline] |
Definition at line 41 of file OP_Dependency.h.
| OP_RefId::OP_RefId | ( | const OP_RefId & | copy | ) | [inline] |
Definition at line 45 of file OP_Dependency.h.
| void OP_RefId::getAlias | ( | const PRM_ParmList & | parmlist, | |
| UT_String & | alias | |||
| ) | const |
| int OP_RefId::getParmRef | ( | ) | const [inline] |
Definition at line 68 of file OP_Dependency.h.
| int OP_RefId::getParmSubIndex | ( | ) | const [inline] |
Definition at line 73 of file OP_Dependency.h.
| void OP_RefId::getToken | ( | const PRM_ParmList & | parmlist, | |
| UT_String & | token | |||
| ) | const |
| bool OP_RefId::isValid | ( | void | ) | const [inline] |
Definition at line 60 of file OP_Dependency.h.
| bool OP_RefId::matches | ( | const OP_RefId & | other | ) | const [inline] |
Definition at line 86 of file OP_Dependency.h.
Definition at line 50 of file OP_Dependency.h.
| int OP_RefId::operator== | ( | const OP_RefId & | other | ) | const [inline] |
Definition at line 79 of file OP_Dependency.h.
| void OP_RefId::setParmRef | ( | int | parm_index, | |
| int | sub_index = -1 | |||
| ) | [inline] |
Definition at line 63 of file OP_Dependency.h.
1.5.9