CopperSpice API  1.9.1
QStateMachine Member List

This is the complete list of members for QStateMachine, including all inherited members.

ChildMode enum nameQState
Error enum nameQStateMachine
EventPriority enum nameQStateMachine
QAbstractState(QState *parent=nullptr)QAbstractStateprotected
QObject(QObject *parent=nullptr)QObjectexplicit
QObjectListQObjectrelated
QState(QState *parent=nullptr)QState
QState(ChildMode childMode, QState *parent=nullptr)QState
QStateMachine(QObject *parent=nullptr)QStateMachineexplicit
RestorePolicy enum nameQState
activeQAbstractStatereadnotify
active() constQAbstractState
activeChanged(bool active)QAbstractStatesignal
addDefaultAnimation(QAbstractAnimation *animation)QStateMachine
addState(QAbstractState *state)QStateMachine
addTransition(QAbstractTransition *transition)QState
addTransition(QObject *sender, void (SignalClass::*signal)(SignalArgs...), QAbstractState *target)QState
addTransition(QAbstractState *target)QState
animatedQStateMachinereadwrite
assignProperty(QObject *object, const QString &name, const QVariant &value)QState
blockSignals(bool block)QObject
cancelDelayedEvent(int id)QStateMachine
childEvent(QChildEvent *event)QObjectprotectedvirtual
childModeQStatereadwritenotify
childMode() constQState
childModeChanged()QStatesignal
children() constQObject
clearError()QStateMachine
configuration() constQStateMachine
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObject
connect(const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObject
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ())QObjectstatic
connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connectNotify(const QMetaMethod &signalMethod) constQObjectprotectedvirtual
customEvent(QEvent *event)QObjectprotectedvirtual
defaultAnimations() constQStateMachine
deleteLater()QObjectslot
destroyed(QObject *obj=nullptr)QObjectsignal
disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) constQObject
disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) constQObject
disconnect(const QObject *receiver, const QString &slotMethod=QString ()) constQObject
disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod)QObjectstatic
disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod)QObjectstatic
disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod)QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...))QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr)QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod)QObjectstatic
disconnectNotify(const QMetaMethod &signalMethod) constQObjectprotectedvirtual
dumpObjectInfo()QObject
dumpObjectTree()QObject
dynamicPropertyNames() constQObject
entered()QAbstractStatesignal
error() constQStateMachine
errorStateQStatereadwritenotify
errorState() constQState
errorStateChanged()QStatesignal
errorStringQStateMachineread
errorString() constQStateMachine
event(QEvent *event) overrideQStateMachineoverrideprotectedvirtual
eventFilter(QObject *watched, QEvent *event) overrideQStateMachineoverridevirtual
exited()QAbstractStatesignal
findChild(const QString &childName=QString ()) constQObject
findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObject
findChildren(const QRegularExpression &regExp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObject
finished()QStatesignal
globalRestorePolicyQStateMachinereadwrite
globalRestorePolicy() constQStateMachine
inherits(const QString &className) constQObject
initialStateQStatereadwritenotify
initialState() constQState
initialStateChanged()QStatesignal
installEventFilter(QObject *filterObj)QObject
isAnimated() constQStateMachine
isRunning() constQStateMachine
isSignalConnected(const QMetaMethod &signalMethod) constQObjectprotected
isWidgetType() constQObject
isWindowType() constQObject
killTimer(int id)QObject
machine() constQAbstractState
metaObject() constQObject
moveToThread(QThread *targetThread)QObject
objectNameQObjectwrite
objectName() constQObject
objectNameChanged(const QString &objectName)QObjectsignal
onEntry(QEvent *event) overrideQStateMachineoverrideprotectedvirtual
onExit(QEvent *event) overrideQStateMachineoverrideprotectedvirtual
parent() constQObject
parentState() constQAbstractState
postDelayedEvent(QEvent *event, int delay)QStateMachine
postEvent(QEvent *event, EventPriority priority=NormalPriority)QStateMachine
propertiesAssigned()QStatesignal
property(const QString &name) constQObject
qobject_cast(QObject *object)QObjectrelated
receivers(const QString &signal) constQObjectprotected
removeDefaultAnimation(QAbstractAnimation *animation)QStateMachine
removeEventFilter(QObject *obj)QObject
removeState(QAbstractState *state)QStateMachine
removeTransition(QAbstractTransition *transition)QState
runningQStateMachinereadwritenotify
runningChanged(bool running)QStateMachinesignal
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setAnimated(bool enabled)QStateMachine
setChildMode(ChildMode mode)QState
setErrorState(QAbstractState *state)QState
setGlobalRestorePolicy(QState::RestorePolicy restorePolicy)QStateMachine
setInitialState(QAbstractState *state)QState
setObjectName(const QString &name)QObject
setParent(QObject *parent)QObject
setProperty(const QString &name, const QVariant &value)QObject
setRunning(bool running)QStateMachineslot
signalsBlocked() constQObject
start()QStateMachineslot
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer)QObject
started()QStateMachinesignal
staticMetaObject()QObjectstatic
stop()QStateMachineslot
stopped()QStateMachinesignal
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >())QObjectstatic
transitions() constQState
~QAbstractState()QAbstractState
~QObject()QObject
~QState()QState
~QStateMachine()QStateMachine