![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlirbuilder_p.h>
Public Member Functions | |
| Document (const QString &fileName, const QString &finalUrl, bool debugMode) | |
| bool | isSingleton () const |
| int | registerString (const QString &str) |
| QString | stringAt (int index) const |
| int | objectCount () const |
| Object * | objectAt (int i) const |
Definition at line 443 of file qqmlirbuilder_p.h.
Definition at line 427 of file qqmlirbuilder.cpp.
|
inline |
Definition at line 460 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 470 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 469 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 466 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 467 of file qqmlirbuilder_p.h.
| QString QmlIR::Document::code |
Definition at line 449 of file qqmlirbuilder_p.h.
| QList<const QV4::CompiledData::Import *> QmlIR::Document::imports |
Definition at line 452 of file qqmlirbuilder_p.h.
| QQmlRefPointer<QV4::CompiledData::CompilationUnit> QmlIR::Document::javaScriptCompilationUnit |
Definition at line 458 of file qqmlirbuilder_p.h.
| QV4::Compiler::JSUnitGenerator QmlIR::Document::jsGenerator |
Definition at line 456 of file qqmlirbuilder_p.h.
| QV4::Compiler::Module QmlIR::Document::jsModule |
Definition at line 451 of file qqmlirbuilder_p.h.
| QQmlJS::Engine QmlIR::Document::jsParserEngine |
Definition at line 450 of file qqmlirbuilder_p.h.
Definition at line 453 of file qqmlirbuilder_p.h.
| QQmlJS::AST::UiProgram* QmlIR::Document::program |
Definition at line 454 of file qqmlirbuilder_p.h.