Home · All Classes · Modules

QScriptClassPropertyIterator Class Reference
[QtScript module]

Methods


Detailed Description


Method Documentation

QScriptClassPropertyIterator.__init__ (self, QScriptValue)

QScriptValue.PropertyFlags QScriptClassPropertyIterator.flags (self)

bool QScriptClassPropertyIterator.hasNext (self)

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

bool QScriptClassPropertyIterator.hasPrevious (self)

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

int QScriptClassPropertyIterator.id (self)

QScriptString QScriptClassPropertyIterator.name (self)

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

QScriptClassPropertyIterator.next (self)

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

QScriptValue QScriptClassPropertyIterator.object (self)

QScriptClassPropertyIterator.previous (self)

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

QScriptClassPropertyIterator.toBack (self)

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

QScriptClassPropertyIterator.toFront (self)

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


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