![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
struct | Alias |
struct | Binding |
struct | Block |
struct | Class |
struct | CodeOffsetToLineAndStatement |
struct | CompilationUnit |
struct | Enum |
struct | EnumValue |
struct | ExportEntry |
struct | Function |
struct | Import |
struct | ImportEntry |
struct | InlineComponent |
struct | InlineComponentData |
struct | JSClass |
struct | JSClassMember |
struct | Location |
struct | Lookup |
struct | Method |
struct | Object |
struct | Parameter |
struct | ParameterType |
struct | Property |
struct | QmlUnit |
struct | RegExp |
struct | RequiredPropertyExtraData |
struct | ResolvedTypeReferenceMap |
class | SaveableUnitPointer |
struct | Signal |
struct | String |
struct | TableIterator |
struct | TemplateObject |
struct | TranslationData |
struct | TypeReference |
struct | TypeReferenceMap |
struct | Unit |
Typedefs | |
using | BindingPropertyData = QVector<const QQmlPropertyData *> |
using | DependentTypesHasher = std::function<QByteArray()> |
Enumerations | |
enum class | NamedBuiltin : unsigned int { Void , Var , Int , Bool , Real , String , Url , DateTime , RegExp } |
enum class | CommonType : unsigned int { Void = uint(NamedBuiltin::Void) , Var = uint(NamedBuiltin::Var) , Int = uint(NamedBuiltin::Int) , Bool = uint(NamedBuiltin::Bool) , Real = uint(NamedBuiltin::Real) , String = uint(NamedBuiltin::String) , Url = uint(NamedBuiltin::Url) , DateTime = uint(NamedBuiltin::DateTime) , RegExp = uint(NamedBuiltin::RegExp) , Time , Date , Rect , Point , Size , Invalid } |
enum | { QmlCompileHashSpace = 48 } |
Functions | |
static void | processInlinComponentType (const QQmlType &type, qxp::function_ref< void(const QString &)> &&populateIcData) |
Variables | |
static const char | magic_str [] = "qv4cdata" |
using QV4::CompiledData::BindingPropertyData = QVector<const QQmlPropertyData *> |
Definition at line 85 of file qv4compileddata_p.h.
using QV4::CompiledData::DependentTypesHasher = std::function<QByteArray()> |
Definition at line 1454 of file qv4compileddata_p.h.
anonymous enum |
Enumerator | |
---|---|
QmlCompileHashSpace |
Definition at line 1206 of file qv4compileddata_p.h.
|
strong |
Enumerator | |
---|---|
Void | |
Var | |
Int | |
Bool | |
Real | |
String | |
Url | |
DateTime | |
RegExp | |
Time | |
Date | |
Rect | |
Point | |
Size | |
Invalid |
Definition at line 297 of file qv4compileddata_p.h.
|
strong |
Enumerator | |
---|---|
Void | |
Var | |
Int | |
Bool | |
Real | |
String | |
Url | |
DateTime | |
RegExp |
Definition at line 293 of file qv4compileddata_p.h.
|
static |
Definition at line 264 of file qv4compileddata.cpp.
|
static |
Definition at line 1207 of file qv4compileddata_p.h.
Referenced by QV4::CompiledData::Unit::verifyHeader().