- class QPlace#
概述#
方法#
def
__init__()
def
attribution()
定义
categories()
定义
content()
定义
icon()
定义
isEmpty()
定义
location()
定义
name()
定义
__ne__()
定义
__eq__()
定义
placeId()
定义
primaryFax()
定义
ratings()
def
setCategory()}
def
setContent()}
def
setIcon()}
def
setLocation()}
def
setName()}
def
setPlaceId()}
def
setRatings()}
def
setSupplier()}
def
supplier()}
def
swap()}
备注
本文档可能包含自动从C++翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单来告知我们。
详细描述#
- __init__()
- appendContactDetail(contactType, detail)#
- 参数::
contactType – str
细节 –
QPlaceContactDetail
- attribution()#
- 返回类型:
str
- categories()#
- 返回类型:
. QPlaceCategory 列表
- contactDetails(contactType)#
- 参数::
contactType – str
- 返回类型:
. QPlaceContactDetail 列表
- contactTypes()#
- 返回类型:
字符串列表
- detailsFetched()#
- 返回类型:
bool
- extendedAttribute(attributeType)#
- 参数::
attributeType – str
- 返回类型:
- extendedAttributeTypes()#
- 返回类型:
字符串列表
- icon()#
- 返回类型:
- isEmpty()#
- 返回类型:
bool
- location()#
- 返回类型:
- name()#
- 返回类型:
str
- placeId()#
- 返回类型:
str
- primaryEmail()#
- 返回类型:
str
- primaryFax()#
- 返回类型:
str
- primaryPhone()#
- 返回类型:
str
- ratings()#
- 返回类型:
- removeContactDetails(contactType)#
- 参数::
contactType – str
- removeExtendedAttribute(attributeType)#
- 参数::
attributeType – str
- setAttribution(attribution)#
- 参数::
attribution - str
- setCategories(categories)#
- 参数::
categories - .列表 of QPlaceCategory
- setCategory(category)#
- 参数::
category -
QPlaceCategory
- setContactDetails(contactType, details)#
- 参数::
contactType – str
details - .列表 of QPlaceContactDetail
- setDetailsFetched(fetched)#
- 参数::
fetched - bool
- setExtendedAttribute(attributeType, attribute)#
- 参数::
attributeType – str
属性 –
QPlaceAttribute
- setIcon(icon)#
- 参数::
图标 –
QPlaceIcon
- setLocation(location)#
- 参数::
位置 –
QGeoLocation
- setName(name)#
- 参数::
名称 – str
- setPlaceId(identifier)#
- 参数::
标识符 – str
- setRatings(ratings)#
- 参数::
评分 –
QPlaceRatings
- setSupplier(supplier)#
- 参数::
提供商 –
QPlaceSupplier
- supplier()#
- 返回类型: