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
QPlaceMatchRequestPrivate Class Reference
+ Inheritance diagram for QPlaceMatchRequestPrivate:
+ Collaboration diagram for QPlaceMatchRequestPrivate:

Public Member Functions

bool operator== (const QPlaceMatchRequestPrivate &other) const
 
void clear ()
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QList< QPlaceplaces
 
QVariantMap parameters
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 13 of file qplacematchrequest.cpp.

Member Function Documentation

◆ clear()

void QPlaceMatchRequestPrivate::clear ( )

Definition at line 32 of file qplacematchrequest.cpp.

References QList< T >::clear(), QMap< Key, T >::clear(), parameters, and places.

+ Here is the call graph for this function:

◆ operator==()

bool QPlaceMatchRequestPrivate::operator== ( const QPlaceMatchRequestPrivate & other) const

Definition at line 26 of file qplacematchrequest.cpp.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ parameters

QVariantMap QPlaceMatchRequestPrivate::parameters

Definition at line 21 of file qplacematchrequest.cpp.

Referenced by clear().

◆ places

QList<QPlace> QPlaceMatchRequestPrivate::places

Definition at line 20 of file qplacematchrequest.cpp.

Referenced by clear().


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