Notation used in Ruby API documentation
Module: QtCore
Description: Binding of QStateMachine
Class hierarchy: QStateMachine » QState » QAbstractState » QObject
Sub-classes: Error, QFlags_Error, EventPriority, QFlags_EventPriority, SignalEvent, WrappedEvent
new QStateMachine | new | (QObject ptr parent = nullptr) | Constructor QStateMachine::QStateMachine(QObject *parent) |
new QStateMachine | new | (const QState_ChildMode childMode, QObject ptr parent = nullptr) | Constructor QStateMachine::QStateMachine(QState::ChildMode childMode, QObject *parent) |
[const] | QStateMachine ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[signal] | void | activeChanged | (bool active) | Signal declaration for QStateMachine::activeChanged(bool active) |
void | addDefaultAnimation | (QAbstractAnimation ptr animation) | Method void QStateMachine::addDefaultAnimation(QAbstractAnimation *animation) | |
void | addState | (QAbstractState ptr state) | Method void QStateMachine::addState(QAbstractState *state) | |
[const] | bool | animated | Method bool QStateMachine::isAnimated() | |
void | animated= | (bool enabled) | Method void QStateMachine::setAnimated(bool enabled) | |
bool | cancelDelayedEvent | (int id) | Method bool QStateMachine::cancelDelayedEvent(int id) | |
[signal] | void | childModeChanged | Signal declaration for QStateMachine::childModeChanged() | |
void | clearError | Method void QStateMachine::clearError() | ||
[const] | QAbstractState ptr[] | configuration | Method QSet<QAbstractState*> QStateMachine::configuration() | |
[const] | QAbstractAnimation ptr[] | defaultAnimations | Method QList<QAbstractAnimation *> QStateMachine::defaultAnimations() | |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QStateMachine::destroyed(QObject *) |
void | emit_activeChanged | (bool active) | Emitter for signal void QStateMachine::activeChanged(bool active) | |
void | emit_childModeChanged | Emitter for signal void QStateMachine::childModeChanged() | ||
void | emit_destroyed | (QObject ptr arg1 = nullptr) | Emitter for signal void QStateMachine::destroyed(QObject *) | |
void | emit_entered | Emitter for signal void QStateMachine::entered() | ||
void | emit_errorStateChanged | Emitter for signal void QStateMachine::errorStateChanged() | ||
void | emit_exited | Emitter for signal void QStateMachine::exited() | ||
void | emit_finished | Emitter for signal void QStateMachine::finished() | ||
void | emit_initialStateChanged | Emitter for signal void QStateMachine::initialStateChanged() | ||
void | emit_objectNameChanged | (string objectName) | Emitter for signal void QStateMachine::objectNameChanged(const QString &objectName) | |
void | emit_propertiesAssigned | Emitter for signal void QStateMachine::propertiesAssigned() | ||
void | emit_runningChanged | (bool running) | Emitter for signal void QStateMachine::runningChanged(bool running) | |
void | emit_started | Emitter for signal void QStateMachine::started() | ||
void | emit_stopped | Emitter for signal void QStateMachine::stopped() | ||
[signal] | void | entered | Signal declaration for QStateMachine::entered() | |
[const] | QStateMachine_Error | error | Method QStateMachine::Error QStateMachine::error() | |
[signal] | void | errorStateChanged | Signal declaration for QStateMachine::errorStateChanged() | |
[const] | string | errorString | Method QString QStateMachine::errorString() | |
bool | eventFilter | (QObject ptr watched, QEvent ptr event) | Virtual method bool QStateMachine::eventFilter(QObject *watched, QEvent *event) | |
[signal] | void | exited | Signal declaration for QStateMachine::exited() | |
[signal] | void | finished | Signal declaration for QStateMachine::finished() | |
[const] | QState_RestorePolicy | globalRestorePolicy | Method QState::RestorePolicy QStateMachine::globalRestorePolicy() | |
void | globalRestorePolicy= | (const QState_RestorePolicy restorePolicy) | Method void QStateMachine::setGlobalRestorePolicy(QState::RestorePolicy restorePolicy) | |
[signal] | void | initialStateChanged | Signal declaration for QStateMachine::initialStateChanged() | |
[const] | bool | isAnimated? | Method bool QStateMachine::isAnimated() | |
[const] | bool | isRunning? | Method bool QStateMachine::isRunning() | |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QStateMachine::objectNameChanged(const QString &objectName) |
int | postDelayedEvent | (QEvent ptr event, int delay) | Method int QStateMachine::postDelayedEvent(QEvent *event, int delay) | |
void | postEvent | (QEvent ptr event, const QStateMachine_EventPriority priority = QStateMachine::NormalPriority) | Method void QStateMachine::postEvent(QEvent *event, QStateMachine::EventPriority priority) | |
[signal] | void | propertiesAssigned | Signal declaration for QStateMachine::propertiesAssigned() | |
void | removeDefaultAnimation | (QAbstractAnimation ptr animation) | Method void QStateMachine::removeDefaultAnimation(QAbstractAnimation *animation) | |
void | removeState | (QAbstractState ptr state) | Method void QStateMachine::removeState(QAbstractState *state) | |
[const] | bool | running | Method bool QStateMachine::isRunning() | |
void | running= | (bool running) | Method void QStateMachine::setRunning(bool running) | |
[signal] | void | runningChanged | (bool running) | Signal declaration for QStateMachine::runningChanged(bool running) |
void | setAnimated | (bool enabled) | Method void QStateMachine::setAnimated(bool enabled) | |
void | setGlobalRestorePolicy | (const QState_RestorePolicy restorePolicy) | Method void QStateMachine::setGlobalRestorePolicy(QState::RestorePolicy restorePolicy) | |
void | setRunning | (bool running) | Method void QStateMachine::setRunning(bool running) | |
void | start | Method void QStateMachine::start() | ||
[signal] | void | started | Signal declaration for QStateMachine::started() | |
void | stop | Method void QStateMachine::stop() | ||
[signal] | void | stopped | Signal declaration for QStateMachine::stopped() |
[static,const] | QStateMachine_EventPriority | HighPriority | Enum constant QStateMachine::HighPriority | |
[static,const] | QStateMachine_Error | NoCommonAncestorForTransitionError | Enum constant QStateMachine::NoCommonAncestorForTransitionError | |
[static,const] | QStateMachine_Error | NoDefaultStateInHistoryStateError | Enum constant QStateMachine::NoDefaultStateInHistoryStateError | |
[static,const] | QStateMachine_Error | NoError | Enum constant QStateMachine::NoError | |
[static,const] | QStateMachine_Error | NoInitialStateError | Enum constant QStateMachine::NoInitialStateError | |
[static,const] | QStateMachine_EventPriority | NormalPriority | Enum constant QStateMachine::NormalPriority | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QStateMachine::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QStateMachine::trUtf8(const char *s, const char *c, int n) |
void | beginMicrostep | (QEvent ptr event) | Virtual method void QStateMachine::beginMicrostep(QEvent *event) | ||
void | beginSelectTransitions | (QEvent ptr event) | Virtual method void QStateMachine::beginSelectTransitions(QEvent *event) | ||
void | childEvent | (QChildEvent ptr event) | Virtual method void QStateMachine::childEvent(QChildEvent *event) | ||
void | customEvent | (QEvent ptr event) | Virtual method void QStateMachine::customEvent(QEvent *event) | ||
void | disconnectNotify | (const QMetaMethod signal) | Virtual method void QStateMachine::disconnectNotify(const QMetaMethod &signal) | ||
void | endMicrostep | (QEvent ptr event) | Virtual method void QStateMachine::endMicrostep(QEvent *event) | ||
void | endSelectTransitions | (QEvent ptr event) | Virtual method void QStateMachine::endSelectTransitions(QEvent *event) | ||
bool | event | (QEvent ptr e) | Virtual method bool QStateMachine::event(QEvent *e) | ||
[const] | bool | isSignalConnected | (const QMetaMethod signal) | Method bool QStateMachine::isSignalConnected(const QMetaMethod &signal) | |
void | onEntry | (QEvent ptr event) | Virtual method void QStateMachine::onEntry(QEvent *event) | ||
void | onExit | (QEvent ptr event) | Virtual method void QStateMachine::onExit(QEvent *event) | ||
[const] | int | receivers | (string signal) | Method int QStateMachine::receivers(const char *signal) | |
[const] | QObject ptr | sender | Method QObject *QStateMachine::sender() | ||
[const] | int | senderSignalIndex | Method int QStateMachine::senderSignalIndex() | ||
void | timerEvent | (QTimerEvent ptr event) | Virtual method void QStateMachine::timerEvent(QTimerEvent *event) |
HighPriority | Signature: [static,const] QStateMachine_EventPriority HighPriority Description: Enum constant QStateMachine::HighPriority Python specific notes: |
NoCommonAncestorForTransitionError | Signature: [static,const] QStateMachine_Error NoCommonAncestorForTransitionError Description: Enum constant QStateMachine::NoCommonAncestorForTransitionError Python specific notes: |
NoDefaultStateInHistoryStateError | Signature: [static,const] QStateMachine_Error NoDefaultStateInHistoryStateError Description: Enum constant QStateMachine::NoDefaultStateInHistoryStateError Python specific notes: |
NoError | Signature: [static,const] QStateMachine_Error NoError Description: Enum constant QStateMachine::NoError Python specific notes: |
NoInitialStateError | Signature: [static,const] QStateMachine_Error NoInitialStateError Description: Enum constant QStateMachine::NoInitialStateError Python specific notes: |
NormalPriority | Signature: [static,const] QStateMachine_EventPriority NormalPriority Description: Enum constant QStateMachine::NormalPriority Python specific notes: |
_const_cast | Signature: [const] QStateMachine ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
activeChanged | Signature: [signal] void activeChanged (bool active) Description: Signal declaration for QStateMachine::activeChanged(bool active) You can bind a procedure to this signal. Python specific notes: |
addDefaultAnimation | Signature: void addDefaultAnimation (QAbstractAnimation ptr animation) Description: Method void QStateMachine::addDefaultAnimation(QAbstractAnimation *animation) |
addState | Signature: void addState (QAbstractState ptr state) Description: Method void QStateMachine::addState(QAbstractState *state) |
animated | Signature: [const] bool animated Description: Method bool QStateMachine::isAnimated() Python specific notes: |
animated= | Signature: void animated= (bool enabled) Description: Method void QStateMachine::setAnimated(bool enabled) Python specific notes: |
beginMicrostep | Signature: void beginMicrostep (QEvent ptr event) Description: Virtual method void QStateMachine::beginMicrostep(QEvent *event) This method can be reimplemented in a derived class. |
beginSelectTransitions | Signature: void beginSelectTransitions (QEvent ptr event) Description: Virtual method void QStateMachine::beginSelectTransitions(QEvent *event) This method can be reimplemented in a derived class. |
cancelDelayedEvent | Signature: bool cancelDelayedEvent (int id) Description: Method bool QStateMachine::cancelDelayedEvent(int id) |
childEvent | Signature: void childEvent (QChildEvent ptr event) Description: Virtual method void QStateMachine::childEvent(QChildEvent *event) This method can be reimplemented in a derived class. |
childModeChanged | Signature: [signal] void childModeChanged Description: Signal declaration for QStateMachine::childModeChanged() You can bind a procedure to this signal. Python specific notes: |
clearError | Signature: void clearError Description: Method void QStateMachine::clearError() |
configuration | Signature: [const] QAbstractState ptr[] configuration Description: Method QSet<QAbstractState*> QStateMachine::configuration() |
customEvent | Signature: void customEvent (QEvent ptr event) Description: Virtual method void QStateMachine::customEvent(QEvent *event) This method can be reimplemented in a derived class. |
defaultAnimations | Signature: [const] QAbstractAnimation ptr[] defaultAnimations Description: Method QList<QAbstractAnimation *> QStateMachine::defaultAnimations() |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QStateMachine::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
disconnectNotify | Signature: void disconnectNotify (const QMetaMethod signal) Description: Virtual method void QStateMachine::disconnectNotify(const QMetaMethod &signal) This method can be reimplemented in a derived class. |
emit_activeChanged | Signature: void emit_activeChanged (bool active) Description: Emitter for signal void QStateMachine::activeChanged(bool active) Call this method to emit this signal. |
emit_childModeChanged | Signature: void emit_childModeChanged Description: Emitter for signal void QStateMachine::childModeChanged() Call this method to emit this signal. |
emit_destroyed | Signature: void emit_destroyed (QObject ptr arg1 = nullptr) Description: Emitter for signal void QStateMachine::destroyed(QObject *) Call this method to emit this signal. |
emit_entered | Signature: void emit_entered Description: Emitter for signal void QStateMachine::entered() Call this method to emit this signal. |
emit_errorStateChanged | Signature: void emit_errorStateChanged Description: Emitter for signal void QStateMachine::errorStateChanged() Call this method to emit this signal. |
emit_exited | Signature: void emit_exited Description: Emitter for signal void QStateMachine::exited() Call this method to emit this signal. |
emit_finished | Signature: void emit_finished Description: Emitter for signal void QStateMachine::finished() Call this method to emit this signal. |
emit_initialStateChanged | Signature: void emit_initialStateChanged Description: Emitter for signal void QStateMachine::initialStateChanged() Call this method to emit this signal. |
emit_objectNameChanged | Signature: void emit_objectNameChanged (string objectName) Description: Emitter for signal void QStateMachine::objectNameChanged(const QString &objectName) Call this method to emit this signal. |
emit_propertiesAssigned | Signature: void emit_propertiesAssigned Description: Emitter for signal void QStateMachine::propertiesAssigned() Call this method to emit this signal. |
emit_runningChanged | Signature: void emit_runningChanged (bool running) Description: Emitter for signal void QStateMachine::runningChanged(bool running) Call this method to emit this signal. |
emit_started | Signature: void emit_started Description: Emitter for signal void QStateMachine::started() Call this method to emit this signal. |
emit_stopped | Signature: void emit_stopped Description: Emitter for signal void QStateMachine::stopped() Call this method to emit this signal. |
endMicrostep | Signature: void endMicrostep (QEvent ptr event) Description: Virtual method void QStateMachine::endMicrostep(QEvent *event) This method can be reimplemented in a derived class. |
endSelectTransitions | Signature: void endSelectTransitions (QEvent ptr event) Description: Virtual method void QStateMachine::endSelectTransitions(QEvent *event) This method can be reimplemented in a derived class. |
entered | Signature: [signal] void entered Description: Signal declaration for QStateMachine::entered() You can bind a procedure to this signal. Python specific notes: |
error | Signature: [const] QStateMachine_Error error Description: Method QStateMachine::Error QStateMachine::error() |
errorStateChanged | Signature: [signal] void errorStateChanged Description: Signal declaration for QStateMachine::errorStateChanged() You can bind a procedure to this signal. Python specific notes: |
errorString | Signature: [const] string errorString Description: Method QString QStateMachine::errorString() Python specific notes: |
event | Signature: bool event (QEvent ptr e) Description: Virtual method bool QStateMachine::event(QEvent *e) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr watched, QEvent ptr event) Description: Virtual method bool QStateMachine::eventFilter(QObject *watched, QEvent *event) This method can be reimplemented in a derived class. |
exited | Signature: [signal] void exited Description: Signal declaration for QStateMachine::exited() You can bind a procedure to this signal. Python specific notes: |
finished | Signature: [signal] void finished Description: Signal declaration for QStateMachine::finished() You can bind a procedure to this signal. Python specific notes: |
globalRestorePolicy | Signature: [const] QState_RestorePolicy globalRestorePolicy Description: Method QState::RestorePolicy QStateMachine::globalRestorePolicy() Python specific notes: |
globalRestorePolicy= | Signature: void globalRestorePolicy= (const QState_RestorePolicy restorePolicy) Description: Method void QStateMachine::setGlobalRestorePolicy(QState::RestorePolicy restorePolicy) Python specific notes: |
initialStateChanged | Signature: [signal] void initialStateChanged Description: Signal declaration for QStateMachine::initialStateChanged() You can bind a procedure to this signal. Python specific notes: |
isAnimated? | Signature: [const] bool isAnimated? Description: Method bool QStateMachine::isAnimated() Python specific notes: |
isRunning? | Signature: [const] bool isRunning? Description: Method bool QStateMachine::isRunning() Python specific notes: |
isSignalConnected | Signature: [const] bool isSignalConnected (const QMetaMethod signal) Description: Method bool QStateMachine::isSignalConnected(const QMetaMethod &signal) This method is protected and can only be called from inside a derived class. |
new | (1) Signature: [static] new QStateMachine new (QObject ptr parent = nullptr) Description: Constructor QStateMachine::QStateMachine(QObject *parent) This method creates an object of class QStateMachine. Python specific notes: |
(2) Signature: [static] new QStateMachine new (const QState_ChildMode childMode, QObject ptr parent = nullptr) Description: Constructor QStateMachine::QStateMachine(QState::ChildMode childMode, QObject *parent) This method creates an object of class QStateMachine. Python specific notes: | |
objectNameChanged | Signature: [signal] void objectNameChanged (string objectName) Description: Signal declaration for QStateMachine::objectNameChanged(const QString &objectName) You can bind a procedure to this signal. Python specific notes: |
onEntry | Signature: void onEntry (QEvent ptr event) Description: Virtual method void QStateMachine::onEntry(QEvent *event) This method can be reimplemented in a derived class. |
onExit | Signature: void onExit (QEvent ptr event) Description: Virtual method void QStateMachine::onExit(QEvent *event) This method can be reimplemented in a derived class. |
postDelayedEvent | Signature: int postDelayedEvent (QEvent ptr event, int delay) Description: Method int QStateMachine::postDelayedEvent(QEvent *event, int delay) |
postEvent | Signature: void postEvent (QEvent ptr event, const QStateMachine_EventPriority priority = QStateMachine::NormalPriority) Description: Method void QStateMachine::postEvent(QEvent *event, QStateMachine::EventPriority priority) |
propertiesAssigned | Signature: [signal] void propertiesAssigned Description: Signal declaration for QStateMachine::propertiesAssigned() You can bind a procedure to this signal. Python specific notes: |
receivers | Signature: [const] int receivers (string signal) Description: Method int QStateMachine::receivers(const char *signal) This method is protected and can only be called from inside a derived class. |
removeDefaultAnimation | Signature: void removeDefaultAnimation (QAbstractAnimation ptr animation) Description: Method void QStateMachine::removeDefaultAnimation(QAbstractAnimation *animation) |
removeState | Signature: void removeState (QAbstractState ptr state) Description: Method void QStateMachine::removeState(QAbstractState *state) |
running | Signature: [const] bool running Description: Method bool QStateMachine::isRunning() Python specific notes: |
running= | Signature: void running= (bool running) Description: Method void QStateMachine::setRunning(bool running) Python specific notes: |
runningChanged | Signature: [signal] void runningChanged (bool running) Description: Signal declaration for QStateMachine::runningChanged(bool running) You can bind a procedure to this signal. Python specific notes: |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QStateMachine::sender() This method is protected and can only be called from inside a derived class. |
senderSignalIndex | Signature: [const] int senderSignalIndex Description: Method int QStateMachine::senderSignalIndex() This method is protected and can only be called from inside a derived class. |
setAnimated | Signature: void setAnimated (bool enabled) Description: Method void QStateMachine::setAnimated(bool enabled) Python specific notes: |
setGlobalRestorePolicy | Signature: void setGlobalRestorePolicy (const QState_RestorePolicy restorePolicy) Description: Method void QStateMachine::setGlobalRestorePolicy(QState::RestorePolicy restorePolicy) Python specific notes: |
setRunning | Signature: void setRunning (bool running) Description: Method void QStateMachine::setRunning(bool running) Python specific notes: |
start | Signature: void start Description: Method void QStateMachine::start() |
started | Signature: [signal] void started Description: Signal declaration for QStateMachine::started() You can bind a procedure to this signal. Python specific notes: |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
stop | Signature: void stop Description: Method void QStateMachine::stop() |
stopped | Signature: [signal] void stopped Description: Signal declaration for QStateMachine::stopped() You can bind a procedure to this signal. Python specific notes: |
timerEvent | Signature: void timerEvent (QTimerEvent ptr event) Description: Virtual method void QStateMachine::timerEvent(QTimerEvent *event) This method can be reimplemented in a derived class. |
tr | Signature: [static] string tr (string s, string c = nullptr, int n = -1) Description: Static method QString QStateMachine::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. |
trUtf8 | Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1) Description: Static method QString QStateMachine::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. |