Basic definitions for values and their types and state.
Most relevant is the CRcValueState class to access the present value and state of a resource. More details can be found in the C/C++ API documentation.
◆ RcTypeGetName()
RcTypeGetName(ERcType t) -> char const *
◆ RcTypeGetFromName()
def RcTypeGetFromName |
( |
|
name | ) |
|
RcTypeGetFromName(char const * name) -> ERcType
◆ RcTypeGetBaseType()
def RcTypeGetBaseType |
( |
|
t | ) |
|
RcTypeGetBaseType(ERcType t) -> ERcType
◆ RcTypeIsStringBased()
def RcTypeIsStringBased |
( |
|
t | ) |
|
RcTypeIsStringBased(ERcType t) -> bool
◆ RcTypeIsUnitType()
def RcTypeIsUnitType |
( |
|
t | ) |
|
RcTypeIsUnitType(ERcType t) -> bool
◆ RcTypeGetUnit()
RcTypeGetUnit(ERcType t) -> char const *
◆ RcTypeIsEnumType()
def RcTypeIsEnumType |
( |
|
t | ) |
|
RcTypeIsEnumType(ERcType t) -> bool
◆ RcTypeGetEnumValues()
def RcTypeGetEnumValues |
( |
|
t | ) |
|
RcTypeGetEnumValues(ERcType t) -> int
◆ RcTypeGetEnumValue()
def RcTypeGetEnumValue |
( |
|
t, |
|
|
|
idx, |
|
|
|
warn = True |
|
) |
| |
RcTypeGetEnumValue(ERcType t, int idx, bool warn=True) -> char const
◆ RcTypeGetEnumIdx()
def RcTypeGetEnumIdx |
( |
|
t, |
|
|
|
value, |
|
|
|
warn = True |
|
) |
| |
RcTypeGetEnumIdx(ERcType t, char const * value, bool warn=True) -> int