class QPlaceManager#

Inheritance diagram of PySide6.QtLocation.QPlaceManager

概要#

方法#

信号#

注意

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

详细说明#

category(categoryId)#
参数:

categoryId – str

返回类型:

QPlaceCategory

categoryAdded(category, parentId)#
参数:
categoryRemoved(categoryId, parentId)#
参数:
  • categoryId – str

  • parentId – str

categoryUpdated(category, parentId)#
参数:
childCategories([parentId=""])#
参数:

parentId – str

返回类型:

QPlaceCategory列表

childCategoryIds([parentId=""])#
参数:

parentId – str

返回类型:

字符串列表

compatiblePlace(place)#
参数:

placeQPlace

返回类型:

QPlace

dataChanged()#
errorOccurred(arg__1, error[, errorString=""])#
参数:
finished(reply)#
参数:

replyQPlaceReply

getPlaceContent(request)#
参数:

requestQPlaceContentRequest

返回类型:

QPlaceContentReply

getPlaceDetails(placeId)#
参数:

placeId – 字符串

返回类型:

QPlaceDetailsReply

initializeCategories()#
返回类型:

QPlaceReply

locales()#
返回类型:

(QLocale 的列表

managerName()#
返回类型:

字符串

managerVersion()#
返回类型:

整数

matchingPlaces(request)#
参数:

requestQPlaceMatchRequest

返回类型:

QPlaceMatchReply

parentCategoryId(categoryId)#
参数:

categoryId – str

返回类型:

字符串

placeAdded(placeId)#
参数:

placeId – 字符串

placeRemoved(placeId)#
参数:

placeId – 字符串

placeUpdated(placeId)#
参数:

placeId – 字符串

removeCategory(categoryId)#
参数:

categoryId – str

返回类型:

QPlaceIdReply

removePlace(placeId)#
参数:

placeId – 字符串

返回类型:

QPlaceIdReply

saveCategory(category[, parentId=""])#
参数:
返回类型:

QPlaceIdReply

savePlace(place)#
参数:

placeQPlace

返回类型:

QPlaceIdReply

search(query)#
参数:

queryQPlaceSearchRequest

返回类型:

QPlaceSearchReply

searchSuggestions(request)#
参数:

requestQPlaceSearchRequest

返回类型:

QPlaceSearchSuggestionReply

setLocale(locale)#
参数:

localeQLocale

setLocales(locale)#
参数:

locale – QLocale 列表