- class QPlaceSearchRequest#
摘要#
方法#
def
__init__()
def
categories()
def
clear()
定义
limit()
定义
__ne__()
定义
__eq__()
定义
searchArea()
定义
searchTerm()
定义
setLimit()
定义
swap()
注意
此文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译有问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单来告诉我们。
详细说明#
- 类 RelevanceHint#
- __init__(other)#
- 参数::
other –
QPlaceSearchRequest
- __init__()
- categories()#
- 返回类型:
QPlaceCategory 的列表
- clear()#
- limit()#
- 返回类型:
int
- __ne__(rhs)#
- 参数::
rhs –
QPlaceSearchRequest
- 返回类型:
bool
- __eq__(rhs)#
- 参数::
rhs –
QPlaceSearchRequest
- 返回类型:
bool
- recommendationId()#
- 返回类型:
str
- searchContext()#
- 返回类型:
对象
- searchTerm()#
- 返回类型:
str
- setCategories(categories)#
- 参数::
categories – QPlaceCategory 的列表
- setCategory(category)#
- 参数::
category –
QPlaceCategory
- setLimit(limit)#
- 参数::
limit – int
- setRecommendationId(recommendationId)#
- 参数::
recommendationId – str
- setRelevanceHint(hint)#
- 参数::
hint –
RelevanceHint
- setSearchContext(context)#
- 参数::
context – 对象
- setSearchTerm(term)#
- 参数::
term – 字符串
- swap(other)#
- 参数::
other –
QPlaceSearchRequest