Searched refs:QPlaceProposedSearchResult (Results 1 – 7 of 7) sorted by relevance
76 QPlaceProposedSearchResult::QPlaceProposedSearchResult() in QPlaceProposedSearchResult() function in QPlaceProposedSearchResult87 Q_IMPLEMENT_SEARCHRESULT_COPY_CTOR(QPlaceProposedSearchResult)89 Q_IMPLEMENT_SEARCHRESULT_D_FUNC(QPlaceProposedSearchResult) in Q_IMPLEMENT_SEARCHRESULT_D_FUNC() argument94 QPlaceProposedSearchResult::~QPlaceProposedSearchResult() in Q_IMPLEMENT_SEARCHRESULT_D_FUNC()101 QPlaceSearchRequest QPlaceProposedSearchResult::searchRequest() const in searchRequest()103 Q_D(const QPlaceProposedSearchResult); in searchRequest()110 void QPlaceProposedSearchResult::setSearchRequest(const QPlaceSearchRequest &request) in setSearchRequest()112 Q_D(QPlaceProposedSearchResult); in setSearchRequest()
46 class Q_LOCATION_EXPORT QPlaceProposedSearchResult : public QPlaceSearchResult49 QPlaceProposedSearchResult();52 QPlaceProposedSearchResult(const QPlaceSearchRequest &other);54 Q_DECLARE_SEARCHRESULT_COPY_CTOR(QPlaceProposedSearchResult)57 ~QPlaceProposedSearchResult();63 Q_DECLARE_SEARCHRESULT_D_FUNC(QPlaceProposedSearchResult)66 Q_DECLARE_TYPEINFO(QPlaceProposedSearchResult, Q_MOVABLE_TYPE);
65 …Q_DEFINE_SEARCHRESULT_PRIVATE_HELPER(QPlaceProposedSearchResult, QPlaceSearchResult::ProposedSearc…
44 QPlaceProposedSearchResult initialSubObject();47 void setSubClassProperty(QPlaceProposedSearchResult *result);57 QPlaceProposedSearchResult tst_QPlaceProposedSearchResult::initialSubObject() in initialSubObject()59 QPlaceProposedSearchResult proposedSearchResult; in initialSubObject()86 void tst_QPlaceProposedSearchResult::setSubClassProperty(QPlaceProposedSearchResult *result) in setSubClassProperty()95 QPlaceProposedSearchResult result; in constructorTest()111 QPlaceProposedSearchResult result2(result); in constructorTest()145 QPlaceProposedSearchResult result; in title()154 QPlaceProposedSearchResult result2; in title()166 QPlaceProposedSearchResult result; in icon()[all …]
47 class QPlaceProposedSearchResult; variable66 QPlaceProposedSearchResult parseSearchResult(const QJsonObject &item) const;
206 QPlaceProposedSearchResult QPlaceSearchReplyHere::parseSearchResult(const QJsonObject &item) const in parseSearchResult()208 QPlaceProposedSearchResult result; in parseSearchResult()
696 m_request = QPlaceProposedSearchResult(m_results.at(proposedSearchIndex)).searchRequest(); in updateWith()