42 #ifndef QDECLARATIVEENGINE_H 43 #define QDECLARATIVEENGINE_H 45 #include <QtCore/qurl.h> 46 #include <QtCore/qobject.h> 47 #include <QtCore/qmap.h> 48 #include <QtScript/qscriptvalue.h> 49 #include <QtDeclarative/qdeclarativeerror.h> 50 #include <QtDeclarative/qdeclarativedebug.h> 80 void clearComponentCache();
84 void addImportPath(
const QString& dir);
88 void addPluginPath(
const QString& dir);
99 void removeImageProvider(
const QString &
id);
101 void setOfflineStoragePath(
const QString& dir);
102 QString offlineStoragePath()
const;
104 QUrl baseUrl()
const;
105 void setBaseUrl(
const QUrl &);
107 bool outputWarningsToStandardError()
const;
108 void setOutputWarningsToStandardError(
bool);
130 #endif // QDECLARATIVEENGINE_H The QScriptContext class represents a Qt Script function invocation.
#define QT_END_NAMESPACE
This macro expands to.
QString offlineStoragePath
the directory for storing offline user data
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QUrl class provides a convenient interface for working with URLs.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
Q_GUI_EXPORT QString errorString(EGLint code=eglGetError())
The QScriptEngine class provides an environment for evaluating Qt Script code.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QDeclarativeComponent class encapsulates a QML component definition.
The QStringList class provides a list of strings.
ObjectOwnership
Ownership controls whether or not QML automatically destroys the QObject when the object is garbage c...
The QNetworkAccessManager class allows the application to send network requests and receive replies...
#define Q_DECLARATIVE_EXPORT
The QDeclarativeImageProvider class provides an interface for supporting pixmaps and threaded image r...
The QDeclarativeNetworkAccessManagerFactory class creates QNetworkAccessManager instances for a QML e...
The QDeclarativeEngine class provides an environment for instantiating QML components.
The QDeclarativeContext class defines a context within a QML engine.
#define Q_DECLARE_PRIVATE(Class)
The QDeclarativeExpression class evaluates JavaScript in a QML context.