Inheritance diagram for DzController:

Enumerations | |
| enum | ControllerEffect { None = 0, Additive, Replace } |
Methods | |
| String | description |
| ControllerEffect | effect |
Signals | |
| void | currentValueChanged () |
Signature: "currentValueChanged()" | |
The controller class is like a modifier for DzProperty types. Controllers allow implementation of custom modulation of properties without changing the properties actual value. Common implementations of controllers include: controllers that adjust one property based on the value of another property, controllers that replace the value of one property with the value of another property, controllers that use a script expression to drive a property, etc.
| DzController::currentValueChanged | ( | ) | [signal] |
Signature: "currentValueChanged()"
Emitted when the value of this controller has changed.
The description of the controller (Read Only)
The effect of the controller (Read Only)