Home · All Classes · Modules

QDeclarativeContext Class Reference
[QtDeclarative module]

Inherits QObject.

Methods


Detailed Description


Method Documentation

QDeclarativeContext.__init__ (self, QDeclarativeEngine engine, QObject parent = None)

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

QDeclarativeContext.__init__ (self, QDeclarativeContext context, QObject parent = None)

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

QUrl QDeclarativeContext.baseUrl (self)

QObject QDeclarativeContext.contextObject (self)

QVariant QDeclarativeContext.contextProperty (self, QString)

QDeclarativeEngine QDeclarativeContext.engine (self)

bool QDeclarativeContext.isValid (self)

QDeclarativeContext QDeclarativeContext.parentContext (self)

QUrl QDeclarativeContext.resolvedUrl (self, QUrl)

QDeclarativeContext.setBaseUrl (self, QUrl)

QDeclarativeContext.setContextObject (self, QObject)

QDeclarativeContext.setContextProperty (self, QString, QObject)

QDeclarativeContext.setContextProperty (self, QString, QVariant)


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