![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldompath_p.h>
Inheritance diagram for QQmlJS::Dom::PathEls::Index:
Collaboration diagram for QQmlJS::Dom::PathEls::Index:Public Member Functions | |
| Index ()=default | |
| Index (index_type i) | |
| Kind | kind () const override |
| QString | name () const override |
| bool | checkName (QStringView s) const override |
| index_type | index (index_type=-1) const override |
| bool | hasSquareBrackets () const override |
| const Index * | asIndex () 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 | |
| index_type | indexValue = -1 |
Definition at line 118 of file qqmldompath_p.h.
|
default |
|
inline |
Definition at line 122 of file qqmldompath_p.h.
|
inlineoverridevirtual |
Reimplemented from QQmlJS::Dom::PathEls::Base.
Definition at line 128 of file qqmldompath_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::Dom::PathEls::Base.
Definition at line 125 of file qqmldompath_p.h.
References name().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from QQmlJS::Dom::PathEls::Base.
Definition at line 127 of file qqmldompath_p.h.
|
inlineoverridevirtual |
Reimplemented from QQmlJS::Dom::PathEls::Base.
Definition at line 126 of file qqmldompath_p.h.
References indexValue.
|
inlineoverridevirtual |
Implements QQmlJS::Dom::PathEls::Base.
Definition at line 123 of file qqmldompath_p.h.
References QQmlJS::Dom::PathEls::Index.
|
inlineoverridevirtual |
Implements QQmlJS::Dom::PathEls::Base.
Definition at line 124 of file qqmldompath_p.h.
References indexValue, and QString::number().
Referenced by checkName().
Here is the call graph for this function:
Here is the caller graph for this function:| index_type QQmlJS::Dom::PathEls::Index::indexValue = -1 |
Definition at line 130 of file qqmldompath_p.h.