![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldompath_p.h>
Public Member Functions | |
| Current ()=default | |
| Current (PathCurrent c) | |
| Current (QStringView n) | |
| QString | name () const |
| bool | checkName (QStringView s) const |
| QStringView | stringView () const |
| void | dump (const Sink &sink) const |
| Public Member Functions inherited from QQmlJS::Dom::PathEls::Base | |
| QStringView | stringView () const |
| index_type | index (index_type defaultValue=-1) const |
| bool | hasSquareBrackets () const |
Public Attributes | |
| PathCurrent | contextKind = PathCurrent::Other |
| QStringView | contextName |
Additional Inherited Members | |
| Protected Member Functions inherited from QQmlJS::Dom::PathEls::Base | |
| void | dump (const Sink &sink, const QString &name, bool hasSquareBrackets) const |
Definition at line 180 of file qqmldompath_p.h.
|
default |
|
inline |
Definition at line 184 of file qqmldompath_p.h.
References contextKind.
Referenced by QQmlJS::Dom::Path::fromCurrent().
|
inline |
Definition at line 185 of file qqmldompath_p.h.
References contextKind, and QQmlJS::Dom::Other.
|
inline |
Definition at line 222 of file qqmldompath_p.h.
References contextKind, and QQmlJS::Dom::Other.
Definition at line 228 of file qqmldompath_p.h.
|
inline |
Definition at line 194 of file qqmldompath_p.h.
References QQmlJS::Dom::Component, contextKind, QQmlJS::Dom::Ids, QQmlJS::Dom::Lookup, QQmlJS::Dom::LookupDynamic, QQmlJS::Dom::LookupStrict, QQmlJS::Dom::Module, QQmlJS::Dom::Obj, QQmlJS::Dom::ObjChain, QQmlJS::Dom::ScopeChain, and QQmlJS::Dom::Types.
|
inline |
Definition at line 227 of file qqmldompath_p.h.
| PathCurrent QQmlJS::Dom::PathEls::Current::contextKind = PathCurrent::Other |
Definition at line 230 of file qqmldompath_p.h.
Referenced by Current(), Current(), checkName(), QQmlJS::Dom::Path::headCurrent(), name(), and QQmlJS::Dom::Path::withComponent().
| QStringView QQmlJS::Dom::PathEls::Current::contextName |
Definition at line 231 of file qqmldompath_p.h.