#include "qstatemachine.h"
#include "qstate.h"
#include "qstate_p.h"
#include "qstatemachine_p.h"
#include "qabstracttransition.h"
#include "qabstracttransition_p.h"
#include "qsignaltransition.h"
#include "qsignaltransition_p.h"
#include "qsignaleventgenerator_p.h"
#include "qabstractstate.h"
#include "qabstractstate_p.h"
#include "qfinalstate.h"
#include "qhistorystate.h"
#include "qhistorystate_p.h"
#include "private/qobject_p.h"
#include "private/qthread_p.h"
#include "qeventtransition.h"
#include "qeventtransition_p.h"
#include "qpropertyanimation.h"
#include "qanimationgroup.h"
#include <private/qvariantanimation_p.h>
#include <QtCore/qmetaobject.h>
#include <qdebug.h>
#include "moc_qstatemachine.cpp"
Go to the source code of this file.
◆ cloneEvent()
Definition at line 226 of file qstatemachine.cpp.
232 return new QTimerEvent(*static_cast<QTimerEvent*>(e));
234 Q_ASSERT_X(
false,
"cloneEvent()",
"not implemented");
#define Q_ASSERT_X(cond, where, what)
The QTimerEvent class contains parameters that describe a timer event.
The QEvent class is the base class of all event classes.
Type type() const
Returns the event type.
◆ indexOfDescendant()
Definition at line 251 of file qstatemachine.cpp.
Referenced by QStateMachinePrivate::stateEntryLessThan(), and QStateMachinePrivate::stateExitLessThan().
254 for (
int i = 0; i < childStates.
size(); ++i) {
static bool isDescendantOf(const QAbstractState *s, const QAbstractState *other)
The QAbstractState class is the base class of states of a QStateMachine.
const T & at(int i) const
Returns the item at index position i in the list.
static QStatePrivate * get(QState *q)
QList< QAbstractState * > childStates() const
int size() const
Returns the number of items in the list.
The QList class is a template class that provides lists.
◆ qcoreStateMachineHandler()
◆ qt_kernel_statemachine_handler
◆ qt_meta_data_QSignalEventGenerator
const uint qt_meta_data_QSignalEventGenerator[] |
|
static |
Initial value:= {
2,
0,
0, 0,
1, 12,
0, 0,
0, 0,
0, 0,
23, 22, 22, 22, 0x0a,
0
}
Definition at line 2271 of file qstatemachine.cpp.
◆ qt_meta_stringdata_QSignalEventGenerator
const char qt_meta_stringdata_QSignalEventGenerator[] |
|
static |