![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmltccompiler_p.h>
Public Member Functions | |
| Compiler (const QString &url, TypeResolver *resolver, Visitor *visitor, QQmlJSLogger *logger) | |
| void | compile (const CompilerInfo &info) |
| ~Compiler () | |
Static Public Member Functions | |
| static bool | isComplexBinding (const QQmlJSMetaPropertyBinding &binding) |
Definition at line 44 of file qqmltccompiler_p.h.
| QQmltc::Compiler::Compiler | ( | const QString & | url, |
| TypeResolver * | resolver, | ||
| Visitor * | visitor, | ||
| QQmlJSLogger * | logger ) |
Definition at line 147 of file qqmltccompiler.cpp.
References Compiler().
Referenced by Compiler().
|
default |
| void QQmltc::Compiler::compile | ( | const CompilerInfo & | info | ) |
Definition at line 175 of file qqmltccompiler.cpp.
|
inlinestatic |
Returns true if binding is considered complex by the compiler (requires special code generation)
Definition at line 62 of file qqmltccompiler_p.h.