![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsimporter_p.h>
Public Member Functions | |
ImportVisitorPrerequisites (QQmlJSScope::Ptr target, QQmlJSLogger *logger, const QString &implicitImportDirectory={}, const QStringList &qmldirFiles={}) |
Public Attributes | |
QQmlJSScope::Ptr | m_target |
QQmlJSLogger * | m_logger |
QString | m_implicitImportDirectory |
QStringList | m_qmldirFiles |
Definition at line 169 of file qqmljsimporter_p.h.
|
inline |
Definition at line 171 of file qqmljsimporter_p.h.
QString QQmlJSImporter::ImportVisitorPrerequisites::m_implicitImportDirectory |
Definition at line 184 of file qqmljsimporter_p.h.
QQmlJSLogger* QQmlJSImporter::ImportVisitorPrerequisites::m_logger |
Definition at line 183 of file qqmljsimporter_p.h.
QStringList QQmlJSImporter::ImportVisitorPrerequisites::m_qmldirFiles |
Definition at line 185 of file qqmljsimporter_p.h.
QQmlJSScope::Ptr QQmlJSImporter::ImportVisitorPrerequisites::m_target |
Definition at line 182 of file qqmljsimporter_p.h.