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

#include <qqmldomitem_p.h>

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

Public Member Functions

template<typename T >
 ListP (const Path &pathFromOwner, const QList< T * > &pList, const 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 451 of file qqmldomitem_p.h.

Constructor & Destructor Documentation

◆ ListP() [1/2]

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

Definition at line 456 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 465 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 466 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 463 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 464 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 454 of file qqmldomitem_p.h.


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