[][src]Module qt_core::q_state_machine

C++ type: QStateMachine

Structs

Error

This enum type defines errors that can occur in the state machine at run time. When the state machine encounters an unrecoverable error at run time, it will set the error code returned by error(), the error message returned by errorString(), and enter an error state based on the context of the error.

EventPriority

This enum type specifies the priority of an event posted to the state machine using postEvent().

SignalEvent

The SignalEvent class represents a Qt signal event.

WrappedEvent

The WrappedEvent class inherits QEvent and holds a clone of an event associated with a QObject.