内容表

上一话题

QPlaceReview

下一话题

QPlaceSearchRequest

QPlaceSearchReply

QPlaceSearchReply class manages a place search operation started by an instance of QPlaceManager . 更多

Inheritance diagram of PySide2.QtLocation.QPlaceSearchReply

详细描述

Discovery/Search for an example on how to use a search reply.

另请参阅

QPlaceSearchRequest QPlaceManager

class QPlaceSearchReply ( [ parent=None ] )
param parent

QObject

Constructs a search reply with a given parent .

PySide2.QtLocation.QPlaceSearchReply. nextPageRequest ( )
返回类型

QPlaceSearchRequest

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 ( )
返回类型

QPlaceSearchRequest

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 ( )
返回类型

QPlaceSearchRequest

Returns the search request that was used to generate this reply.

另请参阅

setRequest()

PySide2.QtLocation.QPlaceSearchReply. 结果 ( )
返回类型

Returns a list of search results;

另请参阅

setResults()

PySide2.QtLocation.QPlaceSearchReply. setNextPageRequest ( next )
参数

next QPlaceSearchRequest

Sets the next page of search results request to next .

另请参阅

nextPageRequest()

PySide2.QtLocation.QPlaceSearchReply. setPreviousPageRequest ( 上一 )
参数

上一 QPlaceSearchRequest

Sets the previous page of search results request to 上一 .

PySide2.QtLocation.QPlaceSearchReply. setRequest ( request )
参数

request QPlaceSearchRequest

Sets the search request used to generate this reply.

另请参阅

request()

PySide2.QtLocation.QPlaceSearchReply. setResults ( 结果 )
参数

结果

Sets the list of search 结果 .

另请参阅

results()