![]() |
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 | 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 38 of file qqmlpropertydata_p.h.
| Enumerator | |
|---|---|
| OtherType | |
| FunctionType | |
| QObjectDerivedType | |
| EnumType | |
| QListType | |
| VarPropertyType | |
| QVariantType | |
Definition at line 40 of file qqmlpropertydata_p.h.
|
inline |
Definition at line 506 of file qqmlpropertydata_p.h.
References OtherType.
|
inline |
Definition at line 542 of file qqmlpropertydata_p.h.
References EnumType, QListType, QObjectDerivedType, and QVariantType.
|
inline |
Definition at line 525 of file qqmlpropertydata_p.h.
|
inline |
Definition at line 142 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 182 of file qqmlpropertydata_p.h.
Referenced by QQmlPropertyData::setMetaObject().
|
inline |
Definition at line 108 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 127 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 172 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 94 of file qqmlpropertydata_p.h.
|
inline |
Definition at line 177 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 113 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 118 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 166 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 123 of file qqmlpropertydata_p.h.
|
inline |
Definition at line 132 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 103 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 146 of file qqmlpropertydata_p.h.
References FunctionType.
Referenced by QQmlPropertyData::defaultSignalFlags().
|
inline |
Definition at line 160 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 155 of file qqmlpropertydata_p.h.
References FunctionType.
|
inline |
Definition at line 137 of file qqmlpropertydata_p.h.
References FunctionType.
Referenced by QQmlPropertyData::defaultSlotFlags().
|
inline |
Definition at line 150 of file qqmlpropertydata_p.h.
References FunctionType.
Referenced by QQmlPropertyData::defaultSignalFlags().
|
inline |
Definition at line 98 of file qqmlpropertydata_p.h.
References FunctionType.
Definition at line 186 of file qqmlpropertydata_p.h.
Referenced by QQmlPropertyData::defaultSignalFlags(), and QQmlPropertyData::defaultSlotFlags().
|
friend |
Definition at line 39 of file qqmlpropertydata_p.h.