Home
last modified time | relevance | path

Searched refs:QPlaceProposedSearchResult (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceproposedsearchresult.cpp76 QPlaceProposedSearchResult::QPlaceProposedSearchResult() in QPlaceProposedSearchResult() function in QPlaceProposedSearchResult
87 Q_IMPLEMENT_SEARCHRESULT_COPY_CTOR(QPlaceProposedSearchResult)
89 Q_IMPLEMENT_SEARCHRESULT_D_FUNC(QPlaceProposedSearchResult) in Q_IMPLEMENT_SEARCHRESULT_D_FUNC() argument
94 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()
H A Dqplaceproposedsearchresult.h46 class Q_LOCATION_EXPORT QPlaceProposedSearchResult : public QPlaceSearchResult
49 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);
H A Dqplaceproposedsearchresult_p.h65 …Q_DEFINE_SEARCHRESULT_PRIVATE_HELPER(QPlaceProposedSearchResult, QPlaceSearchResult::ProposedSearc…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qproposedsearchresult/
H A Dtst_qproposedsearchresult.cpp44 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacesearchreplyhere.h47 class QPlaceProposedSearchResult; variable
66 QPlaceProposedSearchResult parseSearchResult(const QJsonObject &item) const;
H A Dqplacesearchreplyhere.cpp206 QPlaceProposedSearchResult QPlaceSearchReplyHere::parseSearchResult(const QJsonObject &item) const in parseSearchResult()
208 QPlaceProposedSearchResult result; in parseSearchResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp696 m_request = QPlaceProposedSearchResult(m_results.at(proposedSearchIndex)).searchRequest(); in updateWith()