[][src]Module qt_core::q_state

C++ type: QState

Structs

ChildMode

This enum specifies how a state's child states are treated.

RestorePolicy

This enum specifies the restore policy type. The restore policy takes effect when the machine enters a state which sets one or more properties. If the restore policy is set to RestoreProperties, the state machine will save the original value of the property before the new value is set.