Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlJS::Dom::PathEls::Any Class Referencefinal

#include <qqmldompath_p.h>

Inheritance diagram for QQmlJS::Dom::PathEls::Any:
Collaboration diagram for QQmlJS::Dom::PathEls::Any:

Public Member Functions

 Any ()=default
QString name () const
bool checkName (QStringView s) 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

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

Constructor & Destructor Documentation

◆ Any()

QQmlJS::Dom::PathEls::Any::Any ( )
default

Referenced by QQmlJS::Dom::Path::fromString().

Here is the caller graph for this function:

Member Function Documentation

◆ checkName()

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

Definition at line 239 of file qqmldompath_p.h.

◆ dump()

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

Definition at line 240 of file qqmldompath_p.h.

◆ hasSquareBrackets()

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

Definition at line 241 of file qqmldompath_p.h.

◆ name()

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

Definition at line 238 of file qqmldompath_p.h.


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