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
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.

◆ operator==()

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

Definition at line 12 of file qplacecontentrequest.cpp.

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.

◆ 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: