Inheritance diagram for DzMorph:
Constructors | |
DzMorph (DzMorphDeltas deltas) | |
DzMorph () | |
Methods | |
DzMorphDeltas | getDeltas () |
DzFloatProperty | getValueChannel () |
void | setDeltas (DzMorphDeltas deltas) |
Signals | |
void | deltasChanged () |
Signature: "deltasChanged()" |
DzMorph::DzMorph | ( | ) |
Default Constructor. Creates a new morph. The morph will create its own empty deltas.
DzMorph::DzMorph | ( | DzMorphDeltas | deltas | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Creates a new morph with the given set of deltas
void DzMorph::deltasChanged | ( | ) | [signal] |
Signature: "deltasChanged()"
Transmitted when the deltas for the morph has changed.
DzMorphDeltas DzMorph::getDeltas | ( | ) |
Get the deltas object for this morph.
DzFloatProperty DzMorph::getValueChannel | ( | ) |
Get the value channel for this morph
void DzMorph::setDeltas | ( | DzMorphDeltas | deltas | ) |
Replace the delta set that this morph is using.
deltas | The new deltas for the morph. Delta sets are reference counted and so can be shared between multiple morphs. |