![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qplaceproposedsearchresult_p.h>
Public Member Functions | |
bool | compare (const QPlaceSearchResultPrivate *other) const override |
![]() | |
QPlaceSearchResultPrivate () | |
virtual | ~QPlaceSearchResultPrivate () |
virtual QPlaceSearchResultPrivate * | clone () const |
virtual QPlaceSearchResult::SearchResultType | type () const |
![]() | |
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 | |
QPlaceSearchRequest | searchRequest |
![]() | |
QString | title |
QPlaceIcon | icon |
![]() | |
QAtomicInt | ref |
Additional Inherited Members | |
![]() | |
static const QSharedDataPointer< QPlaceSearchResultPrivate > & | extract_d (const QPlaceSearchResult &other) |
static void | copyIfPossible (QSharedDataPointer< QPlaceSearchResultPrivate > &d_ptr, const QPlaceSearchResult &other) |
Definition at line 23 of file qplaceproposedsearchresult_p.h.
|
overridevirtual |
Reimplemented from QPlaceSearchResultPrivate.
Definition at line 10 of file qplaceproposedsearchresult.cpp.
QPlaceSearchRequest QPlaceProposedSearchResultPrivate::searchRequest |
Definition at line 30 of file qplaceproposedsearchresult_p.h.