![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4property_p.h>
Public Member Functions | |
| void | fullyPopulated (PropertyAttributes *attrs) |
| void | completed (PropertyAttributes *attrs) |
| bool | isSubset (const PropertyAttributes &attrs, const Property *other, PropertyAttributes otherAttrs) const |
| void | merge (PropertyAttributes &attrs, const Property *other, PropertyAttributes otherAttrs) |
| Heap::FunctionObject * | getter () const |
| Heap::FunctionObject * | setter () const |
| void | setGetter (FunctionObject *g) |
| void | setSetter (FunctionObject *s) |
| void | copy (const Property *other, PropertyAttributes attrs) |
| bool | isCompatible (PropertyAttributes &attrs, const Property *other, PropertyAttributes otherAttrs) const |
| Property () | |
| Property (Heap::FunctionObject *getter, Heap::FunctionObject *setter) | |
Public Attributes | |
| Value | value |
| Value | set |
Definition at line 27 of file qv4property_p.h.
|
inlineexplicit |
Definition at line 112 of file qv4property_p.h.
|
inline |
Definition at line 113 of file qv4property_p.h.
|
inline |
Definition at line 47 of file qv4property_p.h.
|
inline |
Definition at line 72 of file qv4property_p.h.
|
inline |
Definition at line 32 of file qv4property_p.h.
|
inline |
Definition at line 67 of file qv4property_p.h.
|
inline |
Definition at line 79 of file qv4property_p.h.
|
inline |
Definition at line 121 of file qv4property_p.h.
|
inline |
Definition at line 142 of file qv4property_p.h.
|
inline |
Definition at line 69 of file qv4property_p.h.
|
inline |
Definition at line 70 of file qv4property_p.h.
|
inline |
Definition at line 68 of file qv4property_p.h.
| Value QV4::Property::set |
Definition at line 29 of file qv4property_p.h.
| Value QV4::Property::value |
Definition at line 28 of file qv4property_p.h.