HDK
|
Go to the source code of this file.
Classes | |
class | OP_ParmIterator |
Enumerations | |
enum | OP_ParmIteratorMask { OP_PIM_NONE = 0x00, OP_PIM_ORDINAL = 0x01, OP_PIM_STRING = 0x02, OP_PIM_ANIMATED = 0x04, OP_PIM_CHANNELS = 0x08, OP_PIM_AUTOSCOPED = 0x10, OP_PIM_ALL = 0xff } |
enum | OP_ParmIteratorExcludeMask { OP_PIEM_NONE = 0x00, OP_PIEM_LOCKED = 0x01, OP_PIEM_ALL = 0x0f } |
Functions | |
OP_ParmIteratorMask | operator| (OP_ParmIteratorMask a, OP_ParmIteratorMask b) |
OP_ParmIteratorExcludeMask | operator| (OP_ParmIteratorExcludeMask a, OP_ParmIteratorExcludeMask b) |
Enumerator | |
---|---|
OP_PIEM_NONE | |
OP_PIEM_LOCKED | |
OP_PIEM_ALL |
Definition at line 32 of file OP_ParmIterator.h.
enum OP_ParmIteratorMask |
Enumerator | |
---|---|
OP_PIM_NONE | |
OP_PIM_ORDINAL | |
OP_PIM_STRING | |
OP_PIM_ANIMATED | |
OP_PIM_CHANNELS | |
OP_PIM_AUTOSCOPED | |
OP_PIM_ALL |
Definition at line 21 of file OP_ParmIterator.h.
|
inline |
Definition at line 40 of file OP_ParmIterator.h.
|
inline |
Definition at line 46 of file OP_ParmIterator.h.