QDeclarativeEngine Class Reference
[QtDeclarative module]
Inherits QObject.
Types
Methods
- __init__ (self, QObject parent = None)
- addImageProvider (self, QString id, QDeclarativeImageProvider)
- addImportPath (self, QString dir)
- addPluginPath (self, QString dir)
- QUrl baseUrl (self)
- clearComponentCache (self)
- QDeclarativeImageProvider imageProvider (self, QString id)
- QStringList importPathList (self)
- (bool, QString errorString) importPlugin (self, QString filePath, QString uri)
- QNetworkAccessManager networkAccessManager (self)
- QDeclarativeNetworkAccessManagerFactory networkAccessManagerFactory (self)
- QString offlineStoragePath (self)
- bool outputWarningsToStandardError (self)
- QStringList pluginPathList (self)
- removeImageProvider (self, QString id)
- QDeclarativeContext rootContext (self)
- setBaseUrl (self, QUrl)
- setImportPathList (self, QStringList paths)
- setNetworkAccessManagerFactory (self, QDeclarativeNetworkAccessManagerFactory)
- setOfflineStoragePath (self, QString dir)
- setOutputWarningsToStandardError (self, bool)
- setPluginPathList (self, QStringList paths)
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)
QDeclarativeImageProvider QDeclarativeEngine.imageProvider (self, QString id)
QStringList QDeclarativeEngine.importPathList (self)
(bool, QString errorString) QDeclarativeEngine.importPlugin (self, QString filePath, QString uri)
QNetworkAccessManager QDeclarativeEngine.networkAccessManager (self)
QString QDeclarativeEngine.offlineStoragePath (self)
bool QDeclarativeEngine.outputWarningsToStandardError (self)
QStringList QDeclarativeEngine.pluginPathList (self)
QDeclarativeEngine.removeImageProvider (self, QString id)
QDeclarativeEngine.setBaseUrl (self, QUrl)
QDeclarativeEngine.setImportPathList (self, QStringList paths)
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.