Home · All Classes · Modules

QAbstractState Class Reference
[QtCore module]

Inherits QObject.

Inherited by QFinalState, QHistoryState and QState.

Methods

Qt Signals


Detailed Description


Method Documentation

QAbstractState.__init__ (self, QState parent = None)

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

bool QAbstractState.event (self, QEvent)

QStateMachine QAbstractState.machine (self)

QAbstractState.onEntry (self, QEvent)

This method is abstract and should be reimplemented in any sub-class.

QAbstractState.onExit (self, QEvent)

This method is abstract and should be reimplemented in any sub-class.

QState QAbstractState.parentState (self)


Qt Signal Documentation

void entered ()

This is the default overload of this signal.

void exited ()

This is the default overload of this signal.


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