Home · All Classes · Modules

QStateMachine Class Reference
[QtCore module]

Inherits QState.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QStateMachine.Error

QStateMachine.EventPriority

QStateMachine.RestorePolicy


Method Documentation

QStateMachine.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QStateMachine.addDefaultAnimation (self, QAbstractAnimation)

QStateMachine.addState (self, QAbstractState)

The QAbstractState argument has it's ownership transferred to Qt.

bool QStateMachine.cancelDelayedEvent (self, int)

QStateMachine.clearError (self)

list-of-QAbstractState QStateMachine.configuration (self)

list-of-QAbstractAnimation QStateMachine.defaultAnimations (self)

Error QStateMachine.error (self)

QString QStateMachine.errorString (self)

bool QStateMachine.event (self, QEvent)

bool QStateMachine.eventFilter (self, QObject, QEvent)

RestorePolicy QStateMachine.globalRestorePolicy (self)

bool QStateMachine.isAnimated (self)

bool QStateMachine.isRunning (self)

QStateMachine.onEntry (self, QEvent)

QStateMachine.onExit (self, QEvent)

int QStateMachine.postDelayedEvent (self, QEvent, int)

The QEvent argument has it's ownership transferred to Qt.

QStateMachine.postEvent (self, QEvent, EventPriority priority = QStateMachine.NormalPriority)

The QEvent argument has it's ownership transferred to Qt.

QStateMachine.removeDefaultAnimation (self, QAbstractAnimation)

QStateMachine.removeState (self, QAbstractState)

The QAbstractState argument

QStateMachine.setAnimated (self, bool)

QStateMachine.setGlobalRestorePolicy (self, RestorePolicy)

QStateMachine.start (self)

This method is also a Qt slot with the C++ signature void start().

QStateMachine.stop (self)

This method is also a Qt slot with the C++ signature void stop().


Qt Signal Documentation

void started ()

This is the default overload of this signal.

void stopped ()

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0