![]() |
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 Types | |
enum | PragmaType { Singleton , Strict , ListPropertyAssignBehavior , ComponentBehavior , FunctionSignatureBehavior , NativeMethodBehavior , ValueTypeBehavior , Translator } |
enum | ListPropertyAssignBehaviorValue { Append , Replace , ReplaceIfNotDefault } |
enum | ComponentBehaviorValue { Unbound , Bound } |
enum | FunctionSignatureBehaviorValue { Ignored , Enforced } |
enum | NativeMethodBehaviorValue { AcceptThisObject , RejectThisObject } |
enum | ValueTypeBehaviorValue { Copy = 0x1 , Addressable = 0x2 , Assertable = 0x4 } |
Public Member Functions | |
Q_DECLARE_FLAGS (ValueTypeBehaviorValues, ValueTypeBehaviorValue) |
Definition at line 403 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
Unbound | |
Bound |
Definition at line 424 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
Ignored | |
Enforced |
Definition at line 430 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
Append | |
Replace | |
ReplaceIfNotDefault |
Definition at line 417 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
AcceptThisObject | |
RejectThisObject |
Definition at line 436 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
Singleton | |
Strict | |
ListPropertyAssignBehavior | |
ComponentBehavior | |
FunctionSignatureBehavior | |
NativeMethodBehavior | |
ValueTypeBehavior | |
Translator |
Definition at line 405 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
Copy | |
Addressable | |
Assertable |
Definition at line 442 of file qqmlirbuilder_p.h.
QmlIR::Pragma::Q_DECLARE_FLAGS | ( | ValueTypeBehaviorValues | , |
ValueTypeBehaviorValue | ) |
union { ... } QmlIR::Pragma |
ComponentBehaviorValue QmlIR::Pragma::componentBehavior |
Definition at line 454 of file qqmlirbuilder_p.h.
FunctionSignatureBehaviorValue QmlIR::Pragma::functionSignatureBehavior |
Definition at line 455 of file qqmlirbuilder_p.h.
ListPropertyAssignBehaviorValue QmlIR::Pragma::listPropertyAssignBehavior |
Definition at line 453 of file qqmlirbuilder_p.h.
QV4::CompiledData::Location QmlIR::Pragma::location |
Definition at line 461 of file qqmlirbuilder_p.h.
NativeMethodBehaviorValue QmlIR::Pragma::nativeMethodBehavior |
Definition at line 456 of file qqmlirbuilder_p.h.
uint QmlIR::Pragma::translationContextIndex |
Definition at line 458 of file qqmlirbuilder_p.h.
PragmaType QmlIR::Pragma::type |
Definition at line 450 of file qqmlirbuilder_p.h.
ValueTypeBehaviorValues::Int QmlIR::Pragma::valueTypeBehavior |
Definition at line 457 of file qqmlirbuilder_p.h.