![]() |
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 404 of file qqmlirbuilder_p.h.
| Enumerator | |
|---|---|
| Unbound | |
| Bound | |
Definition at line 425 of file qqmlirbuilder_p.h.
| Enumerator | |
|---|---|
| Ignored | |
| Enforced | |
Definition at line 431 of file qqmlirbuilder_p.h.
| Enumerator | |
|---|---|
| Append | |
| Replace | |
| ReplaceIfNotDefault | |
Definition at line 418 of file qqmlirbuilder_p.h.
| Enumerator | |
|---|---|
| AcceptThisObject | |
| RejectThisObject | |
Definition at line 437 of file qqmlirbuilder_p.h.
| Enumerator | |
|---|---|
| Singleton | |
| Strict | |
| ListPropertyAssignBehavior | |
| ComponentBehavior | |
| FunctionSignatureBehavior | |
| NativeMethodBehavior | |
| ValueTypeBehavior | |
| Translator | |
Definition at line 406 of file qqmlirbuilder_p.h.
| Enumerator | |
|---|---|
| Copy | |
| Addressable | |
| Assertable | |
Definition at line 443 of file qqmlirbuilder_p.h.
| QmlIR::Pragma::Q_DECLARE_FLAGS | ( | ValueTypeBehaviorValues | , |
| ValueTypeBehaviorValue | ) |
| union { ... } QmlIR::Pragma |
| ComponentBehaviorValue QmlIR::Pragma::componentBehavior |
Definition at line 455 of file qqmlirbuilder_p.h.
| FunctionSignatureBehaviorValue QmlIR::Pragma::functionSignatureBehavior |
Definition at line 456 of file qqmlirbuilder_p.h.
| ListPropertyAssignBehaviorValue QmlIR::Pragma::listPropertyAssignBehavior |
Definition at line 454 of file qqmlirbuilder_p.h.
| QV4::CompiledData::Location QmlIR::Pragma::location |
Definition at line 462 of file qqmlirbuilder_p.h.
| NativeMethodBehaviorValue QmlIR::Pragma::nativeMethodBehavior |
Definition at line 457 of file qqmlirbuilder_p.h.
| uint QmlIR::Pragma::translationContextIndex |
Definition at line 459 of file qqmlirbuilder_p.h.
| PragmaType QmlIR::Pragma::type |
Definition at line 451 of file qqmlirbuilder_p.h.
| ValueTypeBehaviorValues::Int QmlIR::Pragma::valueTypeBehavior |
Definition at line 458 of file qqmlirbuilder_p.h.