Inheritance diagram for DzNumericProperty:
DzNumericProperty::clampedChanged | ( | Boolean | onOff | ) | [signal] |
Signature: "clampedChanged(bool)"
Emitted when the clamped state for this property has changed.
void DzNumericProperty::clearMap | ( | ) |
Clear the image map for this property
tm | The scene time at which to get the value of the property. |
Number DzNumericProperty::getDoubleValue | ( | ) |
DzNumericProperty DzNumericProperty::getLinkProperty | ( | ) |
DzTexture DzNumericProperty::getMapValue | ( | ) |
XYZInterest DzNumericProperty::getXYZInterest | ( | ) |
void DzNumericProperty::insertController | ( | DzNumericController | controller, | |
Number | idx = -1 | |||
) |
Adds a controller to this property.
Boolean DzNumericProperty::isClamped | ( | ) |
Boolean DzNumericProperty::isInvalidWithoutMap | ( | ) |
Boolean DzNumericProperty::isLinked | ( | ) |
Boolean DzNumericProperty::isMappable | ( | ) |
Boolean DzNumericProperty::isMapped | ( | ) |
Boolean DzNumericProperty::isMaster | ( | ) |
Boolean DzNumericProperty::isModulo | ( | ) |
DzNumericProperty::linked | ( | ) | [signal] |
Signature: "linked()"
Emitted when the property is linked to another property.
void DzNumericProperty::linkTo | ( | DzNumericProperty | master | ) |
Links this property to the given property. This is the DAZ Studio implemetation of Poser LinkParms.
DzNumericProperty::mapChanged | ( | ) | [signal] |
Signature: "mapChanged()"
Emitted when the image map for this property has changed.
DzNumericProperty::minMaxChanged | ( | ) | [signal] |
Signature: "minMaxChanged()"
Emitted when the min and/or max values for this property have changed.
Sets the value of the property at the given time, with the double precision number.
tm | The scene time at which to set the value of the property. | |
val | The value to set the property to. |
DzNumericProperty::setDoubleValue | ( | Number | val | ) |
Sets the value for this property at the current time, or the default value if this property is not animatable, as a double precision number.
val | The value to set the property to. |
void DzNumericProperty::setIsClamped | ( | Boolean | val | ) |
Sets whether or not the value is clamped to its min and max.
void DzNumericProperty::setIsMappable | ( | Boolean | val | ) |
Sets whether or not this property is mappable.
void DzNumericProperty::setIsModulo | ( | Boolean | val | ) |
Sets whether or not the value is modulo over min and max; i.e. the amount in which the value exceeds the min or max is applied as the value in the same direction from the opposite limit
Has no effect if isClamped() is true.
void DzNumericProperty::setMap | ( | String | imgFile | ) |
Set the image map for this property
void DzNumericProperty::setMap | ( | DzTexture | img | ) |
Set the image map for this property
void DzNumericProperty::setMustHaveMap | ( | Boolean | val | ) |
Sets whether or not this property value is valid when no map is assigned.
void DzNumericProperty::setXYZInterest | ( | XYZInterest | interest | ) |
Set the XYZ interest for this property
void DzNumericProperty::unlink | ( | ) |
Unlinks this property
DzNumericProperty::unlinked | ( | ) | [signal] |
Signature: "unlinked()"
Emitted when the property is unlinked from another property.