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

#include <qqmldompath_p.h>

Collaboration diagram for QQmlJS::Dom::PathEls::PathData:

Public Member Functions

 PathData (const QStringList &strData, const QVector< PathComponent > &components)
 PathData (const QStringList &strData, const QVector< PathComponent > &components, const std::shared_ptr< PathData > &parent)

Public Attributes

QStringList strData
QVector< PathComponentcomponents
std::shared_ptr< PathDataparent

Detailed Description

Definition at line 351 of file qqmldompath_p.h.

Constructor & Destructor Documentation

◆ PathData() [1/2]

QQmlJS::Dom::PathEls::PathData::PathData ( const QStringList & strData,
const QVector< PathComponent > & components )
inline

Definition at line 353 of file qqmldompath_p.h.

References PathData().

Referenced by PathData().

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

◆ PathData() [2/2]

QQmlJS::Dom::PathEls::PathData::PathData ( const QStringList & strData,
const QVector< PathComponent > & components,
const std::shared_ptr< PathData > & parent )
inline

Definition at line 356 of file qqmldompath_p.h.

References PathData().

Referenced by PathData().

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

Member Data Documentation

◆ components

QVector<PathComponent> QQmlJS::Dom::PathEls::PathData::components

Definition at line 362 of file qqmldompath_p.h.

◆ parent

std::shared_ptr<PathData> QQmlJS::Dom::PathEls::PathData::parent

Definition at line 363 of file qqmldompath_p.h.

◆ strData

QStringList QQmlJS::Dom::PathEls::PathData::strData

Definition at line 361 of file qqmldompath_p.h.


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