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
QPlaceContentRequestPrivate Class Reference

#include <qplacecontentrequest_p.h>

+ Inheritance diagram for QPlaceContentRequestPrivate:
+ Collaboration diagram for QPlaceContentRequestPrivate:

Public Member Functions

bool operator== (const QPlaceContentRequestPrivate &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

QPlaceContent::Type contentType = QPlaceContent::NoType
 
QString placeId
 
QVariant contentContext
 
int limit = -1
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 25 of file qplacecontentrequest_p.h.

Member Function Documentation

◆ clear()

void QPlaceContentRequestPrivate::clear ( )

Definition at line 18 of file qplacecontentrequest.cpp.

References contentType, and QPlaceContent::NoType.

◆ operator==()

QT_BEGIN_NAMESPACE bool QPlaceContentRequestPrivate::operator== ( const QPlaceContentRequestPrivate & other) const

Definition at line 12 of file qplacecontentrequest.cpp.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ contentContext

QVariant QPlaceContentRequestPrivate::contentContext

Definition at line 34 of file qplacecontentrequest_p.h.

◆ contentType

QPlaceContent::Type QPlaceContentRequestPrivate::contentType = QPlaceContent::NoType

Definition at line 32 of file qplacecontentrequest_p.h.

Referenced by clear().

◆ limit

int QPlaceContentRequestPrivate::limit = -1

Definition at line 35 of file qplacecontentrequest_p.h.

◆ placeId

QString QPlaceContentRequestPrivate::placeId

Definition at line 33 of file qplacecontentrequest_p.h.


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