QPlaceSearchReply¶
The
QPlaceSearchReply
class manages a place search operation started by an instance ofQPlaceManager
. More…
Synopsis¶
Functions¶
def
nextPageRequest
()def
previousPageRequest
()def
request
()def
results
()def
setNextPageRequest
(next)def
setPreviousPageRequest
(previous)def
setRequest
(request)def
setResults
(results)
Detailed Description¶
See Discovery/Search for an example on how to use a search reply.
See also
- class PySide2.QtLocation.QPlaceSearchReply([parent=None])¶
- param parent:
Constructs a search reply with a given
parent
.
- PySide2.QtLocation.QPlaceSearchReply.nextPageRequest()¶
- Return type:
Returns a place search request which can be used to request the next page of search results. An empty place search request is returned if there is no next page of results.
- PySide2.QtLocation.QPlaceSearchReply.previousPageRequest()¶
- Return type:
Returns a place search request which can be used to request the previous page of search results. An empty place search request is returned if there is no previous page of results.
- PySide2.QtLocation.QPlaceSearchReply.request()¶
- Return type:
Returns the search request that was used to generate this reply.
See also
- PySide2.QtLocation.QPlaceSearchReply.results()¶
- Return type:
Returns a list of search results;
See also
- PySide2.QtLocation.QPlaceSearchReply.setNextPageRequest(next)¶
- Parameters:
Sets the next page of search results request to
next
.See also
- PySide2.QtLocation.QPlaceSearchReply.setPreviousPageRequest(previous)¶
- Parameters:
previous –
PySide2.QtLocation.QPlaceSearchRequest
Sets the previous page of search results request to
previous
.See also
- PySide2.QtLocation.QPlaceSearchReply.setRequest(request)¶
- Parameters:
request –
PySide2.QtLocation.QPlaceSearchRequest
Sets the search
request
used to generate this reply.See also
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.