Expand description

C++ type: QStateMachine

Structs

  • 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.

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

  • The SignalEvent class represents a Qt signal event.

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