![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlpropertydata_p.h>
Public Types | |
| enum | Type { OtherType = 0 , FunctionType = 1 , QObjectDerivedType = 2 , EnumType = 3 , QListType = 4 , VarPropertyType = 5 , QVariantType = 6 } |
Public Member Functions | |
| Flags () | |
| bool | operator== (const Flags &other) const |
| void | copyPropertyTypeFlags (Flags from) |
| void | setIsConstant (bool b) |
| void | setIsWritable (bool b) |
| void | setIsResettable (bool b) |
| void | setIsAlias (bool b) |
| void | setIsDeepAlias (bool b) |
| void | setIsFinal (bool b) |
| void | setIsVirtual (bool b) |
| void | setDoesOverride (bool b) |
| void | setIsOverridden (bool b) |
| void | setIsBindable (bool b) |
| void | setIsRequired (bool b) |
| void | setIsVMEFunction (bool b) |
| void | setHasArguments (bool b) |
| void | setIsSignal (bool b) |
| void | setIsVMESignal (bool b) |
| void | setIsV4Function (bool b) |
| void | setIsSignalHandler (bool b) |
| void | setIsOverridableSignal (bool b) |
| void | setIsCloned (bool b) |
| void | setIsConstructor (bool b) |
| void | setHasMetaObject (bool b) |
| void | setType (Type newType) |
Friends | |
| class | QQmlPropertyData |
Definition at line 39 of file qqmlpropertydata_p.h.
| Enumerator | |
|---|---|
| OtherType | |
| FunctionType | |
| QObjectDerivedType | |
| EnumType | |
| QListType | |
| VarPropertyType | |
| QVariantType | |
Definition at line 41 of file qqmlpropertydata_p.h.
|
inline |
Definition at line 542 of file qqmlpropertydata_p.h.
References OtherType.
|
inline |
Definition at line 579 of file qqmlpropertydata_p.h.
References EnumType, QListType, QObjectDerivedType, and QVariantType.
|
inline |
Definition at line 563 of file qqmlpropertydata_p.h.
|
inline |
Definition at line 133 of file qqmlpropertydata_p.h.
|
inline |
Definition at line 156 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 196 of file qqmlpropertydata_p.h.
Referenced by QQmlPropertyData::setMetaObject().
|
inline |
Definition at line 114 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 141 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 186 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 100 of file qqmlpropertydata_p.h.
|
inline |
Definition at line 191 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 119 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 124 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 180 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 137 of file qqmlpropertydata_p.h.
|
inline |
Definition at line 146 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 109 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 160 of file qqmlpropertydata_p.h.
References FunctionType.
Referenced by QQmlPropertyData::defaultSignalFlags().
|
inline |
Definition at line 174 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 169 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 129 of file qqmlpropertydata_p.h.
|
inline |
Definition at line 151 of file qqmlpropertydata_p.h.
References FunctionType.
Referenced by QQmlPropertyData::defaultSlotFlags().
|
inline |
Definition at line 164 of file qqmlpropertydata_p.h.
References FunctionType.
Referenced by QQmlPropertyData::defaultSignalFlags().
|
inline |
Definition at line 104 of file qqmlpropertydata_p.h.
References FunctionType.
Definition at line 200 of file qqmlpropertydata_p.h.
Referenced by QQmlPropertyData::defaultSignalFlags(), and QQmlPropertyData::defaultSlotFlags().
|
friend |
Definition at line 40 of file qqmlpropertydata_p.h.