![]() |
Qt 6.x
The Qt SDK
|
#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. | |
| QSharedData & | operator= (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 |
Definition at line 25 of file qplacecontentrequest_p.h.
| void QPlaceContentRequestPrivate::clear | ( | ) |
Definition at line 18 of file qplacecontentrequest.cpp.
References contentType, and QPlaceContent::NoType.
| 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:| 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.
Referenced by clear().
| 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.