- class SignalEvent
- class WrappedEvent
- enum ChildMode
- enum Error
- enum EventPriority
- QStateMachine(QObject *)
- enum RestorePolicy
- activeChanged(bool)
- childModeChanged()
- deleteLater()
- destroyed(QObject *)
- entered()
- errorStateChanged()
- exited()
- finished()
- initialStateChanged()
- objectNameChanged(const QString &)
- propertiesAssigned()
- runningChanged(bool)
- setRunning(bool)
- start()
- started()
- stop()
- stopped()
- ~QStateMachine()
- active() const : bool
- addDefaultAnimation(QAbstractAnimation *)
- addState(QAbstractState *)
- addTransition(QAbstractTransition *)
- addTransition(const QObject *, const char *, QAbstractState *) : QSignalTransition *
- addTransition(const QObject *, PointerToMemberFunction, QAbstractState *) : QSignalTransition *
- addTransition(QAbstractState *) : QAbstractTransition *
- assignProperty(QObject *, const char *, const QVariant &)
- blockSignals(bool) : bool
- cancelDelayedEvent(int) : bool
- childEvent(QChildEvent *)
- childMode() const : QState::ChildMode
- children() const : const QObjectList &
- clearError()
- configuration() const : QSet<QAbstractState *>
- connect(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType) : QMetaObject::Connection
- connect(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType) :
QMetaObject::Connection
- connect(const QObject *, const char *, const char *, Qt::ConnectionType) const : QMetaObject::Connection
- connect(const QObject *, PointerToMemberFunction, const QObject *, PointerToMemberFunction, Qt::ConnectionType) :
QMetaObject::Connection
- connect(const QObject *, PointerToMemberFunction, Functor) : QMetaObject::Connection
- connect(const QObject *, PointerToMemberFunction, const QObject *, Functor, Qt::ConnectionType) : QMetaObject::Connection
- connectNotify(const QMetaMethod &)
- customEvent(QEvent *)
- defaultAnimations() const : QList<QAbstractAnimation *>
- disconnect(const QObject *, const char *, const QObject *, const char *) : bool
- disconnect(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &) : bool
- disconnect(const char *, const QObject *, const char *) const : bool
- disconnect(const QObject *, const char *) const : bool
- disconnect(const QMetaObject::Connection &) : bool
- disconnect(const QObject *, PointerToMemberFunction, const QObject *, PointerToMemberFunction) : bool
- disconnectNotify(const QMetaMethod &)
- dumpObjectInfo() const
- dumpObjectTree() const
- dynamicPropertyNames() const : QList<QByteArray>
- error() const : QStateMachine::Error
- errorState() const : QAbstractState *
- errorString() const : QString
|
- event(QEvent *) : bool
- event(QEvent *) : bool
- event(QEvent *) : bool
- event(QEvent *) : bool
- eventFilter(QObject *, QEvent *) : bool
- eventFilter(QObject *, QEvent *) : bool
- findChild(const QString &, Qt::FindChildOptions) const : T
- findChildren(const QString &, Qt::FindChildOptions) const : QList<T>
- findChildren(Qt::FindChildOptions) const : QList<T>
- findChildren(const QRegularExpression &, Qt::FindChildOptions) const : QList<T>
- globalRestorePolicy() const : QState::RestorePolicy
- inherits(const char *) const : bool
- initialState() const : QAbstractState *
- installEventFilter(QObject *)
- isAnimated() const : bool
- isQuickItemType() const : bool
- isRunning() const : bool
- isSignalConnected(const QMetaMethod &) const : bool
- isWidgetType() const : bool
- isWindowType() const : bool
- killTimer(int)
- machine() const : QStateMachine *
- metaObject() const : const QMetaObject *
- moveToThread(QThread *)
- objectName() const : QString
- onEntry(QEvent *)
- onEntry(QEvent *)
- onEntry(QEvent *)
- onExit(QEvent *)
- onExit(QEvent *)
- onExit(QEvent *)
- parent() const : QObject *
- parentState() const : QState *
- postDelayedEvent(QEvent *, int) : int
- postDelayedEvent(QEvent *, std::chrono::milliseconds) : int
- postEvent(QEvent *, QStateMachine::EventPriority)
- property(const char *) const : QVariant
- receivers(const char *) const : int
- removeDefaultAnimation(QAbstractAnimation *)
- removeEventFilter(QObject *)
- removeState(QAbstractState *)
- removeTransition(QAbstractTransition *)
- sender() const : QObject *
- senderSignalIndex() const : int
- setAnimated(bool)
- setChildMode(QState::ChildMode)
- setErrorState(QAbstractState *)
- setGlobalRestorePolicy(QState::RestorePolicy)
- setInitialState(QAbstractState *)
- setObjectName(const QString &)
- setObjectName(QAnyStringView)
- setParent(QObject *)
- setProperty(const char *, const QVariant &) : bool
- signalsBlocked() const : bool
- startTimer(int, Qt::TimerType) : int
- startTimer(std::chrono::milliseconds, Qt::TimerType) : int
- staticMetaObject :
- thread() const : QThread *
- timerEvent(QTimerEvent *)
- tr(const char *, const char *, int) : QString
- transitions() const : QList<QAbstractTransition *>
|