![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlirbuilder_p.h>
Public Types | |
enum | PragmaType { Singleton , Strict , ListPropertyAssignBehavior , ComponentBehavior , FunctionSignatureBehavior , NativeMethodBehavior , ValueTypeBehavior } |
enum | ListPropertyAssignBehaviorValue { Append , Replace , ReplaceIfNotDefault } |
enum | ComponentBehaviorValue { Unbound , Bound } |
enum | FunctionSignatureBehaviorValue { Ignored , Enforced } |
enum | NativeMethodBehaviorValue { AcceptThisObject , RejectThisObject } |
enum | ValueTypeBehaviorValue { Copy = 0x1 , Addressable = 0x2 } |
Public Member Functions | |
Q_DECLARE_FLAGS (ValueTypeBehaviorValues, ValueTypeBehaviorValue) | |
Public Attributes | ||
PragmaType | type | |
union { | ||
ListPropertyAssignBehaviorValue listPropertyAssignBehavior | ||
ComponentBehaviorValue componentBehavior | ||
FunctionSignatureBehaviorValue functionSignatureBehavior | ||
NativeMethodBehaviorValue nativeMethodBehavior | ||
ValueTypeBehaviorValues::Int valueTypeBehavior | ||
}; | ||
QV4::CompiledData::Location | location | |
Definition at line 403 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
Unbound | |
Bound |
Definition at line 423 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
Ignored | |
Enforced |
Definition at line 429 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
Append | |
Replace | |
ReplaceIfNotDefault |
Definition at line 416 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
AcceptThisObject | |
RejectThisObject |
Definition at line 435 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
Singleton | |
Strict | |
ListPropertyAssignBehavior | |
ComponentBehavior | |
FunctionSignatureBehavior | |
NativeMethodBehavior | |
ValueTypeBehavior |
Definition at line 405 of file qqmlirbuilder_p.h.
Enumerator | |
---|---|
Copy | |
Addressable |
Definition at line 441 of file qqmlirbuilder_p.h.
QmlIR::Pragma::Q_DECLARE_FLAGS | ( | ValueTypeBehaviorValues | , |
ValueTypeBehaviorValue | |||
) |
union { ... } QmlIR::Pragma |
ComponentBehaviorValue QmlIR::Pragma::componentBehavior |
Definition at line 452 of file qqmlirbuilder_p.h.
FunctionSignatureBehaviorValue QmlIR::Pragma::functionSignatureBehavior |
Definition at line 453 of file qqmlirbuilder_p.h.
ListPropertyAssignBehaviorValue QmlIR::Pragma::listPropertyAssignBehavior |
Definition at line 451 of file qqmlirbuilder_p.h.
QV4::CompiledData::Location QmlIR::Pragma::location |
Definition at line 458 of file qqmlirbuilder_p.h.
Referenced by QmlIR::IRBuilder::visit().
NativeMethodBehaviorValue QmlIR::Pragma::nativeMethodBehavior |
Definition at line 454 of file qqmlirbuilder_p.h.
PragmaType QmlIR::Pragma::type |
Definition at line 448 of file qqmlirbuilder_p.h.
Referenced by PragmaParser< Argument >::run(), and QmlIR::IRBuilder::visit().
ValueTypeBehaviorValues::Int QmlIR::Pragma::valueTypeBehavior |
Definition at line 455 of file qqmlirbuilder_p.h.