#include <PRM_Type.h>
Definition at line 30 of file PRM_Type.h.
Definition at line 35 of file PRM_Type.h.
| PRM_BEHAVIOR_NONE | |
| PRM_BEHAVIOR_NOREFRESH | |
| PRM_BEHAVIOR_NORESIM | |
| PRM_BEHAVIOR_NOCOOK | |
| PRM_BEHAVIOR_BASEPARM |
Definition at line 179 of file PRM_Type.h.
| PRM_CHAN_NONE | |
| PRM_CHAN_NAMEXYZW | |
| PRM_CHAN_NAMEUVW | |
| PRM_CHAN_NAMERGB | |
| PRM_CHAN_NAMEBEGINEND | |
| PRM_CHAN_NAMEMAXMIN | |
| PRM_CHAN_NAMEMINMAX | |
| PRM_CHAN_NAMESTARTEND | |
| PRM_CHAN_NAMEXYWH | |
| PRM_CHAN_MASK |
Definition at line 145 of file PRM_Type.h.
Definition at line 44 of file PRM_Type.h.
| PRM_INTERFACE_NONE | |
| PRM_INTERFACE_INVISIBLE | |
| PRM_INTERFACE_EXCLUSIVE | |
| PRM_INTERFACE_JOIN_NEXT | |
| PRM_INTERFACE_LABEL_NONE | |
| PRM_INTERFACE_PLAIN | |
| PRM_INTERFACE_CHANNEL |
Definition at line 159 of file PRM_Type.h.
| PRM_ORD_NONE | |
| PRM_ORD_TOGGLE | |
| PRM_ORD_CALLBACK | |
| PRM_ORD_SWITCHERLIST | |
| PRM_ORD_RGBAMASK | |
| PRM_ORD_BUTTONSTRIP | |
| PRM_ORD_ICONSTRIP |
Definition at line 80 of file PRM_Type.h.
Definition at line 118 of file PRM_Type.h.
Definition at line 91 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | ) | [inline] |
Definition at line 810 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | const PRM_Type & | t | ) | [inline] |
Definition at line 816 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | const PRM_BasicType & | bt | ) | [inline] |
Definition at line 822 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | const PRM_FloatType & | at | ) | [inline] |
Definition at line 829 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | const PRM_OrdinalType & | ot | ) | [inline] |
Definition at line 836 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | const PRM_StringType & | st | ) | [inline] |
Definition at line 843 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | const PRM_PathType & | pt | ) | [inline] |
Definition at line 850 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | const PRM_ChannelType & | ct | ) | [inline] |
Definition at line 857 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | const PRM_InterfaceType & | it | ) | [inline] |
Definition at line 864 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | const PRM_BehaviorType & | vt | ) | [inline] |
Definition at line 871 of file PRM_Type.h.
| PRM_Type::PRM_Type | ( | const PRM_BasicType & | bt, | |
| const PRM_FloatType & | at, | |||
| const PRM_OrdinalType & | ot, | |||
| const PRM_StringType & | st, | |||
| const PRM_PathType & | pt, | |||
| const PRM_ChannelType & | ct, | |||
| const PRM_InterfaceType & | it, | |||
| const PRM_BehaviorType & | vt | |||
| ) | [inline] |
Definition at line 878 of file PRM_Type.h.
| PRM_Type::~PRM_Type | ( | ) | [inline] |
Definition at line 223 of file PRM_Type.h.
| const PRM_Type::PRM_BasicType & PRM_Type::getBasicType | ( | ) | const [inline] |
Definition at line 1039 of file PRM_Type.h.
| const PRM_Type::PRM_BehaviorType & PRM_Type::getBehaviorType | ( | ) | const [inline] |
Definition at line 1081 of file PRM_Type.h.
| const PRM_Type::PRM_ChannelType & PRM_Type::getChannelType | ( | ) | const [inline] |
Definition at line 1069 of file PRM_Type.h.
| const PRM_Type::PRM_FloatType & PRM_Type::getFloatType | ( | ) | const [inline] |
Definition at line 1045 of file PRM_Type.h.
| const PRM_Type::PRM_InterfaceType & PRM_Type::getInterfaceType | ( | ) | const [inline] |
Definition at line 1075 of file PRM_Type.h.
| const PRM_Type::PRM_OrdinalType & PRM_Type::getOrdinalType | ( | ) | const [inline] |
Definition at line 1051 of file PRM_Type.h.
| const PRM_Type::PRM_PathType & PRM_Type::getPathType | ( | ) | const [inline] |
Definition at line 1063 of file PRM_Type.h.
| const PRM_Type::PRM_StringType & PRM_Type::getStringType | ( | ) | const [inline] |
Definition at line 1057 of file PRM_Type.h.
| bool PRM_Type::hasBehaviorType | ( | const PRM_BehaviorType & | mask | ) | const [inline] |
Definition at line 1033 of file PRM_Type.h.
| bool PRM_Type::hasFloatType | ( | const PRM_FloatType & | mask | ) | const [inline] |
Definition at line 1003 of file PRM_Type.h.
| bool PRM_Type::hasInterfaceType | ( | const PRM_InterfaceType & | mask | ) | const [inline] |
Definition at line 1027 of file PRM_Type.h.
| bool PRM_Type::hasOrdinalType | ( | const PRM_OrdinalType & | mask | ) | const [inline] |
Definition at line 1009 of file PRM_Type.h.
| bool PRM_Type::hasPathType | ( | const PRM_PathType & | mask | ) | const [inline] |
Definition at line 1021 of file PRM_Type.h.
| bool PRM_Type::hasStringType | ( | const PRM_StringType & | mask | ) | const [inline] |
Definition at line 1015 of file PRM_Type.h.
| void PRM_Type::init | ( | void | ) | [inline] |
Definition at line 798 of file PRM_Type.h.
| void PRM_Type::invert | ( | ) | [inline] |
Definition at line 971 of file PRM_Type.h.
| bool PRM_Type::isAnimatible | ( | ) | const [inline] |
Definition at line 263 of file PRM_Type.h.
| bool PRM_Type::isBasicType | ( | const PRM_BasicType & | t | ) | const [inline] |
Definition at line 991 of file PRM_Type.h.
| bool PRM_Type::isChannelType | ( | const PRM_ChannelType & | t | ) | const [inline] |
Definition at line 997 of file PRM_Type.h.
| bool PRM_Type::isCookable | ( | ) | const [inline] |
Definition at line 271 of file PRM_Type.h.
| bool PRM_Type::isFloatType | ( | ) | const [inline] |
Definition at line 257 of file PRM_Type.h.
| bool PRM_Type::isOrdinalType | ( | ) | const [inline] |
Definition at line 255 of file PRM_Type.h.
| bool PRM_Type::isStringType | ( | ) | const [inline] |
Definition at line 259 of file PRM_Type.h.
| bool PRM_Type::isSwitcher | ( | ) | const [inline] |
Definition at line 265 of file PRM_Type.h.
| bool PRM_Type::isVisible | ( | void | ) | const [inline] |
Definition at line 261 of file PRM_Type.h.
| bool PRM_Type::loadBinary | ( | UT_IStream & | is | ) |
| PRM_Type::operator bool | ( | ) | const [inline] |
Definition at line 932 of file PRM_Type.h.
| bool PRM_Type::operator!= | ( | const PRM_Type & | t | ) | const [inline] |
Definition at line 926 of file PRM_Type.h.
| void PRM_Type::operator&= | ( | const PRM_Type & | t | ) | [inline] |
Definition at line 958 of file PRM_Type.h.
Definition at line 898 of file PRM_Type.h.
| bool PRM_Type::operator== | ( | const PRM_Type & | t | ) | const [inline] |
Definition at line 913 of file PRM_Type.h.
| void PRM_Type::operator|= | ( | const PRM_Type & | t | ) | [inline] |
Definition at line 945 of file PRM_Type.h.
| void PRM_Type::saveBinary | ( | ostream & | os | ) | const |
| void PRM_Type::stripUiType | ( | ) | [inline] |
Definition at line 984 of file PRM_Type.h.
1.5.9