Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlJS::Dom::PathEls::Key Class Referencefinal

#include <qqmldompath_p.h>

+ Inheritance diagram for QQmlJS::Dom::PathEls::Key:
+ Collaboration diagram for QQmlJS::Dom::PathEls::Key:

Public Member Functions

 Key ()=default
 
 Key (const QString &n)
 
QString name () const
 
bool checkName (QStringView s) const
 
QStringView stringView () const
 
void dump (const Sink &sink) const
 
bool hasSquareBrackets () 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

QString keyValue
 

Additional Inherited Members

- Protected Member Functions inherited from QQmlJS::Dom::PathEls::Base
void dump (const Sink &sink, const QString &name, bool hasSquareBrackets) const
 

Detailed Description

Definition at line 116 of file qqmldompath_p.h.

Constructor & Destructor Documentation

◆ Key() [1/2]

QQmlJS::Dom::PathEls::Key::Key ( )
default

◆ Key() [2/2]

QQmlJS::Dom::PathEls::Key::Key ( const QString & n)
inline

Definition at line 120 of file qqmldompath_p.h.

Member Function Documentation

◆ checkName()

bool QQmlJS::Dom::PathEls::Key::checkName ( QStringView s) const
inline

Definition at line 122 of file qqmldompath_p.h.

References keyValue.

◆ dump()

void QQmlJS::Dom::PathEls::Key::dump ( const Sink & sink) const
inline

Definition at line 124 of file qqmldompath_p.h.

References keyValue, and QQmlJS::Dom::sinkEscaped().

+ Here is the call graph for this function:

◆ hasSquareBrackets()

bool QQmlJS::Dom::PathEls::Key::hasSquareBrackets ( ) const
inline

Definition at line 129 of file qqmldompath_p.h.

◆ name()

QString QQmlJS::Dom::PathEls::Key::name ( ) const
inline

Definition at line 121 of file qqmldompath_p.h.

References keyValue.

◆ stringView()

QStringView QQmlJS::Dom::PathEls::Key::stringView ( ) const
inline

Definition at line 123 of file qqmldompath_p.h.

References keyValue.

Member Data Documentation

◆ keyValue

QString QQmlJS::Dom::PathEls::Key::keyValue

Definition at line 131 of file qqmldompath_p.h.

Referenced by checkName(), dump(), name(), and stringView().


The documentation for this class was generated from the following file: