Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Finished () |
| |
void | PropertiesAssigned () |
| |
Public Member Functions inherited from QtCore.IQAbstractStateSignals | |
void | Entered () |
void | Exited () |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtCore.IQStateSignals.Finished | ( | ) |
This signal is emitted when a final child state of this state is entered.
See also QFinalState.
void QtCore.IQStateSignals.PropertiesAssigned | ( | ) |
This signal is emitted when all properties have been assigned their final value. If the state assigns a value to one or more properties for which an animation exists (either set on the transition or as a default animation on the state machine), then the signal will not be emitted until all such animations have finished playing.
If there are no relevant animations, or no property assignments defined for the state, then the signal will be emitted immediately before the state is entered.
See also QState::assignProperty() and QAbstractTransition::addAnimation().