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::Field Class Referencefinal

#include <qqmldompath_p.h>

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

Public Member Functions

 Field ()=default
 
 Field (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

QStringView fieldName
 

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 89 of file qqmldompath_p.h.

Constructor & Destructor Documentation

◆ Field() [1/2]

QQmlJS::Dom::PathEls::Field::Field ( )
default

◆ Field() [2/2]

QQmlJS::Dom::PathEls::Field::Field ( QStringView n)
inline

Definition at line 93 of file qqmldompath_p.h.

Member Function Documentation

◆ checkName()

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

Definition at line 95 of file qqmldompath_p.h.

References fieldName.

◆ dump()

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

Definition at line 97 of file qqmldompath_p.h.

References fieldName.

◆ name()

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

Definition at line 94 of file qqmldompath_p.h.

References fieldName, and QStringView::toString().

+ Here is the call graph for this function:

◆ stringView()

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

Definition at line 96 of file qqmldompath_p.h.

References fieldName.

Member Data Documentation

◆ fieldName

QStringView QQmlJS::Dom::PathEls::Field::fieldName

Definition at line 99 of file qqmldompath_p.h.

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


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