Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlJS::Dom::ListP Class Reference

#include <qqmldomitem_p.h>

+ Collaboration diagram for QQmlJS::Dom::ListP:

Public Member Functions

template<typename T >
 ListP (Path pathFromOwner, QList< T * > pList, QString elType=QString(), ListOptions options=ListOptions::Normal)
 
 ListP ()=delete
 
ListPBaseoperator-> ()
 
const ListPBaseoperator-> () const
 
ListPBaseoperator* ()
 
const ListPBaseoperator* () const
 

Static Public Attributes

static constexpr DomType kindValue = DomType::ListP
 

Detailed Description

Definition at line 432 of file qqmldomitem_p.h.

Constructor & Destructor Documentation

◆ ListP() [1/2]

template<typename T >
QQmlJS::Dom::ListP::ListP ( Path  pathFromOwner,
QList< T * >  pList,
QString  elType = QString(),
ListOptions  options = ListOptions::Normal 
)
inline

Definition at line 437 of file qqmldomitem_p.h.

◆ ListP() [2/2]

QQmlJS::Dom::ListP::ListP ( )
delete

Member Function Documentation

◆ operator*() [1/2]

ListPBase & QQmlJS::Dom::ListP::operator* ( )
inline

Definition at line 446 of file qqmldomitem_p.h.

References QList< T >::data(), and list.

+ Here is the call graph for this function:

◆ operator*() [2/2]

const ListPBase & QQmlJS::Dom::ListP::operator* ( ) const
inline

Definition at line 447 of file qqmldomitem_p.h.

References QList< T >::data(), and list.

+ Here is the call graph for this function:

◆ operator->() [1/2]

ListPBase * QQmlJS::Dom::ListP::operator-> ( )
inline

Definition at line 444 of file qqmldomitem_p.h.

References QList< T >::data(), and list.

+ Here is the call graph for this function:

◆ operator->() [2/2]

const ListPBase * QQmlJS::Dom::ListP::operator-> ( ) const
inline

Definition at line 445 of file qqmldomitem_p.h.

References QList< T >::data(), and list.

+ Here is the call graph for this function:

Member Data Documentation

◆ kindValue

constexpr DomType QQmlJS::Dom::ListP::kindValue = DomType::ListP
staticconstexpr

Definition at line 435 of file qqmldomitem_p.h.


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