![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Enumerations | |
| enum | { OutputRevision = 13 } |
| enum | PropertyFlags : uint { Invalid = 0x00000000 , Readable = 0x00000001 , Writable = 0x00000002 , Resettable = 0x00000004 , EnumOrFlag = 0x00000008 , Alias = 0x00000010 , StdCppSet = 0x00000100 , Constant = 0x00000400 , Final = 0x00000800 , Designable = 0x00001000 , Scriptable = 0x00004000 , Stored = 0x00010000 , User = 0x00100000 , Required = 0x01000000 , Bindable = 0x02000000 } |
| enum | MethodFlags : uint { AccessPrivate = 0x00 , AccessProtected = 0x01 , AccessPublic = 0x02 , AccessMask = 0x03 , MethodMethod = 0x00 , MethodSlot = 0x04 , MethodSignal = 0x08 , MethodConstructor = 0x0c , MethodTypeMask = 0x0c , MethodCompatibility = 0x10 , MethodCloned = 0x20 , MethodScriptable = 0x40 , MethodRevisioned = 0x80 , MethodIsConst = 0x100 } |
| enum | MetaObjectFlag : uint { DynamicMetaObject = 0x01 , RequiresVariantMetaObject = 0x02 , PropertyAccessInStaticMetaCall = 0x04 , AllocatedMetaObject = 0x08 } |
| enum | MetaDataFlags : uint { IsUnresolvedType = 0x80000000 , TypeNameIndexMask = 0x7FFFFFFF , IsUnresolvedSignal = 0x70000000 } |
| enum | EnumFlags : uint { EnumIsFlag = 0x1 , EnumIsScoped = 0x2 , EnumIs64Bit = 0x40 } |
Variables | |
| constexpr PropertyFlags | DefaultPropertyFlags { Readable | Designable | Scriptable | Stored } |
| anonymous enum |
| Enumerator | |
|---|---|
| OutputRevision | |
Definition at line 33 of file qtmocconstants.h.
| enum QtMocConstants::EnumFlags : uint |
| Enumerator | |
|---|---|
| EnumIsFlag | |
| EnumIsScoped | |
| EnumIs64Bit | |
Definition at line 93 of file qtmocconstants.h.
| Enumerator | |
|---|---|
| IsUnresolvedType | |
| TypeNameIndexMask | |
| IsUnresolvedSignal | |
Definition at line 87 of file qtmocconstants.h.
| Enumerator | |
|---|---|
| DynamicMetaObject | |
| RequiresVariantMetaObject | |
| PropertyAccessInStaticMetaCall | |
| AllocatedMetaObject | |
Definition at line 80 of file qtmocconstants.h.
| enum QtMocConstants::MethodFlags : uint |
Definition at line 55 of file qtmocconstants.h.
| Enumerator | |
|---|---|
| Invalid | |
| Readable | |
| Writable | |
| Resettable | |
| EnumOrFlag | |
| Alias | |
| StdCppSet | |
| Constant | |
| Final | |
| Designable | |
| Scriptable | |
| Stored | |
| User | |
| Required | |
| Bindable | |
Definition at line 35 of file qtmocconstants.h.
|
inlineconstexpr |
Definition at line 53 of file qtmocconstants.h.