#include "OP_API.h"#include <UT/UT_String.h>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 } |
Functions | |
| OP_ParmIteratorMask | operator| (OP_ParmIteratorMask a, OP_ParmIteratorMask b) |
| enum OP_ParmIteratorMask |
| OP_PIM_NONE | |
| OP_PIM_ORDINAL | |
| OP_PIM_STRING | |
| OP_PIM_ANIMATED | |
| OP_PIM_CHANNELS | |
| OP_PIM_AUTOSCOPED | |
| OP_PIM_ALL |
Definition at line 29 of file OP_ParmIterator.h.
| OP_ParmIteratorMask operator| | ( | OP_ParmIteratorMask | a, | |
| OP_ParmIteratorMask | b | |||
| ) | [inline] |
Definition at line 41 of file OP_ParmIterator.h.
1.5.9