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::Base Class Reference

#include <qqmldompath_p.h>

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

Public Member Functions

QStringView stringView () const
 
index_type index (index_type defaultValue=-1) const
 
bool hasSquareBrackets () const
 

Protected Member Functions

void dump (const Sink &sink, const QString &name, bool hasSquareBrackets) const
 

Detailed Description

Definition at line 70 of file qqmldompath_p.h.

Member Function Documentation

◆ dump()

void Base::dump ( const Sink & sink,
const QString & name,
bool hasSquareBrackets ) const
protected

Definition at line 77 of file qqmldompath.cpp.

References hasSquareBrackets().

Referenced by QQmlJS::Dom::PathEls::Empty::dump(), QQmlJS::Dom::PathEls::Index::dump(), QQmlJS::Dom::PathEls::Current::dump(), and QQmlJS::Dom::PathEls::Any::dump().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ hasSquareBrackets()

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

Definition at line 74 of file qqmldompath_p.h.

Referenced by QQmlJS::Dom::PathEls::Empty::dump(), QQmlJS::Dom::PathEls::Current::dump(), and dump().

+ Here is the caller graph for this function:

◆ index()

index_type QQmlJS::Dom::PathEls::Base::index ( index_type defaultValue = -1) const
inline

Definition at line 73 of file qqmldompath_p.h.

◆ stringView()

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

Definition at line 72 of file qqmldompath_p.h.


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