![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qplacecontentrequest_p.h>
Public Member Functions | |
bool | operator== (const QPlaceContentRequestPrivate &other) const |
void | clear () |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QPlaceContent::Type | contentType = QPlaceContent::NoType |
QString | placeId |
QVariant | contentContext |
int | limit = -1 |
![]() | |
QAtomicInt | ref |
Definition at line 25 of file qplacecontentrequest_p.h.
void QPlaceContentRequestPrivate::clear | ( | ) |
Definition at line 18 of file qplacecontentrequest.cpp.
QT_BEGIN_NAMESPACE bool QPlaceContentRequestPrivate::operator== | ( | const QPlaceContentRequestPrivate & | other | ) | const |
Definition at line 12 of file qplacecontentrequest.cpp.
QVariant QPlaceContentRequestPrivate::contentContext |
Definition at line 34 of file qplacecontentrequest_p.h.
QPlaceContent::Type QPlaceContentRequestPrivate::contentType = QPlaceContent::NoType |
Definition at line 32 of file qplacecontentrequest_p.h.
int QPlaceContentRequestPrivate::limit = -1 |
Definition at line 35 of file qplacecontentrequest_p.h.
QString QPlaceContentRequestPrivate::placeId |
Definition at line 33 of file qplacecontentrequest_p.h.