class QPlace#

概述#

方法#

备注

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

详细描述#

__init__(other)#
参数::

otherQPlace

__init__()
appendContactDetail(contactType, detail)#
参数::
attribution()#
返回类型:

str

categories()#
返回类型:

. QPlaceCategory 列表

contactDetails(contactType)#
参数::

contactType – str

返回类型:

. QPlaceContactDetail 列表

contactTypes()#
返回类型:

字符串列表

content(type)#
参数::

类型Type

返回类型:

带有键类型为 .int 和值为 QPlaceContent 的字典

detailsFetched()#
返回类型:

bool

extendedAttribute(attributeType)#
参数::

attributeType – str

返回类型:

QPlaceAttribute

extendedAttributeTypes()#
返回类型:

字符串列表

icon()#
返回类型:

QPlaceIcon

insertContent(type, content)#
参数::
  • 类型Type

  • content – 带有键类型为 .int 和值为 QPlaceContent 的字典

isEmpty()#
返回类型:

bool

location()#
返回类型:

QGeoLocation

name()#
返回类型:

str

__ne__(rhs)#
参数::

rhsQPlace

返回类型:

bool

__eq__(rhs)#
参数::

rhsQPlace

返回类型:

bool

placeId()#
返回类型:

str

primaryEmail()#
返回类型:

str

primaryFax()#
返回类型:

str

primaryPhone()#
返回类型:

str

primaryWebsite()#
返回类型:

QUrl

ratings()#
返回类型:

QPlaceRatings

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

setContent(type, content)#
参数::
  • 类型Type

  • content – 带有键类型为 .int 和值为 QPlaceContent 的字典

setDetailsFetched(fetched)#
参数::

fetched - bool

setExtendedAttribute(attributeType, attribute)#
参数::
setIcon(icon)#
参数::

图标QPlaceIcon

setLocation(location)#
参数::

位置QGeoLocation

setName(name)#
参数::

名称 – str

setPlaceId(identifier)#
参数::

标识符 – str

setRatings(ratings)#
参数::

评分QPlaceRatings

setSupplier(supplier)#
参数::

提供商QPlaceSupplier

setTotalContentCount(type, total)#
参数::
  • 类型Type

  • 总数 – int

supplier()#
返回类型:

QPlaceSupplier

swap(other)#
参数::

otherQPlace

totalContentCount(type)#
参数::

类型Type

返回类型:

int