![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldomitem_p.h>
Public Member Functions | |
ScriptElementDomWrapper (const ScriptElementVariant &element) | |
DomBase * | operator-> () |
const DomBase * | operator-> () const |
DomBase & | operator* () |
const DomBase & | operator* () const |
ScriptElementVariant | element () const |
Static Public Attributes | |
static constexpr DomType | kindValue = DomType::ScriptElementWrap |
To avoid cluttering the already unwieldy \l ElementT type below with all the types that the different script elements can have, wrap them in an extra class. It will behave like an internal Dom structure (e.g. like a List or a Map) and contain a pointer the the script element.
Definition at line 772 of file qqmldomitem_p.h.
|
inline |
Definition at line 775 of file qqmldomitem_p.h.
|
inline |
Definition at line 784 of file qqmldomitem_p.h.
|
inline |
Definition at line 781 of file qqmldomitem_p.h.
|
inline |
Definition at line 782 of file qqmldomitem_p.h.
|
inline |
Definition at line 779 of file qqmldomitem_p.h.
|
inline |
Definition at line 780 of file qqmldomitem_p.h.
|
staticconstexpr |
Definition at line 777 of file qqmldomitem_p.h.