The SignalEvent class represents a Qt signal event. More...
#include <QStateMachine>
This class was introduced in Qt 4.6.
~SignalEvent () | |
QList<QVariant> | arguments () const |
QObject * | sender () const |
int | signalIndex () const |
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. QStateMachine::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.
Destroys this SignalEvent.
Returns the arguments of the signal.
Returns the object that emitted the signal.
See also QObject::sender().
Returns the index of the signal.
See also QMetaObject::indexOfSignal() and QMetaObject::method().
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.