Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmljsloadergenerator_p.h File Reference

(2e4c66160f0cfbc76b0154d8b989f8931b1963bf)

#include <qtqmlcompilerexports.h>
#include <QtCore/qstring.h>
#include <QtCore/qlist.h>
#include <QtCore/private/qglobal_p.h>
Include dependency graph for qqmljsloadergenerator_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE bool Q_QMLCOMPILER_EXPORT qQmlJSGenerateLoader (const QStringList &compiledFiles, const QString &outputFileName, const QStringList &resourceFileMappings, QString *errorString)
QString Q_QMLCOMPILER_EXPORT qQmlJSSymbolNamespaceForPath (const QString &relativePath)

Function Documentation

◆ qQmlJSGenerateLoader()

QT_BEGIN_NAMESPACE bool Q_QMLCOMPILER_EXPORT qQmlJSGenerateLoader ( const QStringList & compiledFiles,
const QString & outputFileName,
const QStringList & resourceFileMappings,
QString * errorString )

Definition at line 92 of file qqmljsloadergenerator.cpp.

◆ qQmlJSSymbolNamespaceForPath()

QString Q_QMLCOMPILER_EXPORT qQmlJSSymbolNamespaceForPath ( const QString & relativePath)

Definition at line 66 of file qqmljsloadergenerator.cpp.