SignalEvent

PyQt5.QtCore.QStateMachine.SignalEvent

Inherits from QEvent.

Description

The SignalEvent class represents a Qt signal event.

A signal event is generated by a QStateMachine in response to a Qt signal. The QSignalTransition class provides a transition associated with a signal event. SignalEvent is part of The State Machine Framework.

The sender() function returns the object that generated the signal. The signalIndex() function returns the index of the signal. The arguments() function returns the arguments of the signal.

See also

QSignalTransition.

Methods

arguments() → List[Any]

TODO


sender() → QObject

TODO


signalIndex() → int

TODO