class QPlaceManagerEngine#

Inheritance diagram of PySide6.QtLocation.QPlaceManagerEngine

摘要#

方法#

虚方法#

信号#

注意

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

详细描述#

__init__(parameters[, parent=None])#
参数
  • parameters - 键为 QString 类型,值为 QVariant 类型的字典。

  • parent - QObject

category(categoryId)#
参数

categoryId - 字符串

返回类型

QPlaceCategory

categoryAdded(category, parentCategoryId)#
参数
categoryRemoved(categoryId, parentCategoryId)#
参数
  • categoryId - 字符串

  • parentCategoryId - 字符串

categoryUpdated(category, parentCategoryId)#
参数
childCategories(parentId)#
参数

parentId – 字符串

返回类型

. QPlaceCategory 列表

childCategoryIds(categoryId)#
参数

categoryId - 字符串

返回类型

字符串列表

compatiblePlace(original)#
参数

originalQPlace

返回类型

QPlace

constructIconUrl(icon, size)#
参数
返回类型

QUrl

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

replyQPlaceReply

getPlaceContent(request)#
参数

requestQPlaceContentRequest

返回类型

QPlaceContentReply

getPlaceDetails(placeId)#
参数

placeId – 字符串

返回类型

QPlaceDetailsReply

initializeCategories()#
返回类型

QPlaceReply

locales()#
返回类型

QLocale 列表

manager()#
返回类型

QPlaceManager

managerName()#
返回类型

字符串

managerVersion()#
返回类型

整数

matchingPlaces(request)#
参数

requestQPlaceMatchRequest

返回类型

QPlaceMatchReply

parentCategoryId(categoryId)#
参数

categoryId - 字符串

返回类型

字符串

placeAdded(placeId)#
参数

placeId – 字符串

placeRemoved(placeId)#
参数

placeId – 字符串

placeUpdated(placeId)#
参数

placeId – 字符串

removeCategory(categoryId)#
参数

categoryId - 字符串

返回类型

QPlaceIdReply

removePlace(placeId)#
参数

placeId – 字符串

返回类型

QPlaceIdReply

saveCategory(category, parentId)#
参数
返回类型

QPlaceIdReply

savePlace(place)#
参数

placeQPlace

返回类型

QPlaceIdReply

search(request)#
参数

requestQPlaceSearchRequest

返回类型

QPlaceSearchReply

searchSuggestions(request)#
参数

requestQPlaceSearchRequest

返回类型

QPlaceSearchSuggestionReply

setLocales(locales)#
参数

locales – QLocale 的列表