![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldompath_p.h>
Inheritance diagram for QQmlJS::Dom::PathEls::Key:
Collaboration diagram for QQmlJS::Dom::PathEls::Key:Public Member Functions | |
| Key ()=default | |
| Key (QString n) | |
| Kind | kind () const override |
| QString | name () const override |
| bool | checkName (QStringView s) const override |
| QStringView | stringView () const override |
| void | dump (Sink sink) const override |
| bool | hasSquareBrackets () const override |
| const Key * | asKey () const override |
Public Member Functions inherited from QQmlJS::Dom::PathEls::Base | |
| virtual | ~Base ()=default |
| virtual Kind | kind () const =0 |
| virtual QString | name () const =0 |
| virtual bool | checkName (QStringView s) const =0 |
| virtual QStringView | stringView () const |
| virtual index_type | index (index_type defaultValue=-1) const |
| virtual void | dump (Sink sink) const |
| virtual bool | hasSquareBrackets () const |
| virtual const Empty * | asEmpty () const |
| virtual const Field * | asField () const |
| virtual const Index * | asIndex () const |
| virtual const Key * | asKey () const |
| virtual const Root * | asRoot () const |
| virtual const Current * | asCurrent () const |
| virtual const Any * | asAny () const |
| virtual const Filter * | asFilter () const |
Public Attributes | |
| QString | keyValue |
Definition at line 133 of file qqmldompath_p.h.
|
default |
|
inline |
Definition at line 137 of file qqmldompath_p.h.
|
inlineoverridevirtual |
Reimplemented from QQmlJS::Dom::PathEls::Base.
Definition at line 148 of file qqmldompath_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::Dom::PathEls::Base.
Definition at line 140 of file qqmldompath_p.h.
References keyValue.
Reimplemented from QQmlJS::Dom::PathEls::Base.
Definition at line 142 of file qqmldompath_p.h.
References keyValue, and QQmlJS::Dom::sinkEscaped().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from QQmlJS::Dom::PathEls::Base.
Definition at line 147 of file qqmldompath_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::Dom::PathEls::Base.
Definition at line 138 of file qqmldompath_p.h.
References QQmlJS::Dom::PathEls::Key.
|
inlineoverridevirtual |
Implements QQmlJS::Dom::PathEls::Base.
Definition at line 139 of file qqmldompath_p.h.
References keyValue.
|
inlineoverridevirtual |
Reimplemented from QQmlJS::Dom::PathEls::Base.
Definition at line 141 of file qqmldompath_p.h.
References keyValue.
| QString QQmlJS::Dom::PathEls::Key::keyValue |
Definition at line 150 of file qqmldompath_p.h.
Referenced by checkName(), dump(), name(), and stringView().