Home · All Classes · Modules

QDeclarativeEngine Class Reference
[QtDeclarative module]

Inherits QObject.

Types

Methods

Static Methods

Qt Signals


Detailed Description


Type Documentation

QDeclarativeEngine.ObjectOwnership


Method Documentation

QDeclarativeEngine.__init__ (self, QObject parent = None)

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

QDeclarativeEngine.addImageProvider (self, QString id, QDeclarativeImageProvider)

QDeclarativeEngine.addImportPath (self, QString dir)

QDeclarativeEngine.addPluginPath (self, QString dir)

QUrl QDeclarativeEngine.baseUrl (self)

QDeclarativeEngine.clearComponentCache (self)

QDeclarativeContext QDeclarativeEngine.contextForObject (QObject)

QDeclarativeImageProvider QDeclarativeEngine.imageProvider (self, QString id)

QStringList QDeclarativeEngine.importPathList (self)

(bool, QString errorString) QDeclarativeEngine.importPlugin (self, QString filePath, QString uri)

QNetworkAccessManager QDeclarativeEngine.networkAccessManager (self)

QDeclarativeNetworkAccessManagerFactory QDeclarativeEngine.networkAccessManagerFactory (self)

ObjectOwnership QDeclarativeEngine.objectOwnership (QObject)

QString QDeclarativeEngine.offlineStoragePath (self)

bool QDeclarativeEngine.outputWarningsToStandardError (self)

QStringList QDeclarativeEngine.pluginPathList (self)

QDeclarativeEngine.removeImageProvider (self, QString id)

QDeclarativeContext QDeclarativeEngine.rootContext (self)

QDeclarativeEngine.setBaseUrl (self, QUrl)

QDeclarativeEngine.setContextForObject (QObject, QDeclarativeContext)

QDeclarativeEngine.setImportPathList (self, QStringList paths)

QDeclarativeEngine.setNetworkAccessManagerFactory (self, QDeclarativeNetworkAccessManagerFactory)

QDeclarativeEngine.setObjectOwnership (QObject, ObjectOwnership)

QDeclarativeEngine.setOfflineStoragePath (self, QString dir)

QDeclarativeEngine.setOutputWarningsToStandardError (self, bool)

QDeclarativeEngine.setPluginPathList (self, QStringList paths)


Qt Signal Documentation

void quit ()

This is the default overload of this signal.

void warnings (const QList<QDeclarativeError>&)

This is the default overload of this signal.


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