class QPlaceSearchRequest#

摘要#

方法#

注意

此文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译有问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单来告诉我们。

详细说明#

RelevanceHint#
__init__(other)#
参数::

otherQPlaceSearchRequest

__init__()
categories()#
返回类型:

QPlaceCategory 的列表

clear()#
limit()#
返回类型:

int

__ne__(rhs)#
参数::

rhsQPlaceSearchRequest

返回类型:

bool

__eq__(rhs)#
参数::

rhsQPlaceSearchRequest

返回类型:

bool

recommendationId()#
返回类型:

str

relevanceHint()#
返回类型:

相关性提示

searchArea()#
返回类型:

QGeoShape

searchContext()#
返回类型:

对象

searchTerm()#
返回类型:

str

setCategories(categories)#
参数::

categories – QPlaceCategory 的列表

setCategory(category)#
参数::

categoryQPlaceCategory

setLimit(limit)#
参数::

limit – int

setRecommendationId(recommendationId)#
参数::

recommendationId – str

setRelevanceHint(hint)#
参数::

hintRelevanceHint

setSearchArea(area)#
参数::

areaQGeoShape

setSearchContext(context)#
参数::

context – 对象

setSearchTerm(term)#
参数::

term – 字符串

swap(other)#
参数::

otherQPlaceSearchRequest