![]() |
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 465 of file qqmlirbuilder_p.h.
Definition at line 332 of file qqmlirbuilder.cpp.
|
inline |
Definition at line 479 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 489 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 488 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 485 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 486 of file qqmlirbuilder_p.h.
| QString QmlIR::Document::code |
Definition at line 468 of file qqmlirbuilder_p.h.
| QList<const QV4::CompiledData::Import *> QmlIR::Document::imports |
Definition at line 471 of file qqmlirbuilder_p.h.
| QQmlRefPointer<QV4::CompiledData::CompilationUnit> QmlIR::Document::javaScriptCompilationUnit |
Definition at line 477 of file qqmlirbuilder_p.h.
| QV4::Compiler::JSUnitGenerator QmlIR::Document::jsGenerator |
Definition at line 475 of file qqmlirbuilder_p.h.
| QV4::Compiler::Module QmlIR::Document::jsModule |
Definition at line 470 of file qqmlirbuilder_p.h.
| QQmlJS::Engine QmlIR::Document::jsParserEngine |
Definition at line 469 of file qqmlirbuilder_p.h.
Definition at line 472 of file qqmlirbuilder_p.h.
| QQmlJS::AST::UiProgram* QmlIR::Document::program |
Definition at line 473 of file qqmlirbuilder_p.h.