- class QPlaceManager#
-
概要#
方法#
def
category()
定义
locales()
定义
savePlace()
定义
search()
定义
setLocale()
定义
setLocales()
信号#
def
finished()
def
placeAdded()
def
placeRemoved()
def
placeUpdated()
注意
本文档可能包含自动从C++翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建票据来通知我们。
详细说明#
- category(categoryId)#
- 参数:
categoryId – str
- 返回类型:
- categoryAdded(category, parentId)#
- 参数:
category –
QPlaceCategory
parentId – str
- categoryRemoved(categoryId, parentId)#
- 参数:
categoryId – str
parentId – str
- categoryUpdated(category, parentId)#
- 参数:
category –
QPlaceCategory
parentId – str
- childCategories([parentId=""])#
- 参数:
parentId – str
- 返回类型:
QPlaceCategory列表
- childCategoryIds([parentId=""])#
- 参数:
parentId – str
- 返回类型:
字符串列表
- dataChanged()#
- errorOccurred(arg__1, error[, errorString=""])#
- 参数:
arg__1 –
QPlaceReply
error –
Error
errorString – 字符串
- finished(reply)#
- 参数:
reply –
QPlaceReply
- getPlaceContent(request)#
- 参数:
request –
QPlaceContentRequest
- 返回类型:
- getPlaceDetails(placeId)#
- 参数:
placeId – 字符串
- 返回类型:
- initializeCategories()#
- 返回类型:
- locales()#
- 返回类型:
(QLocale 的列表
- managerName()#
- 返回类型:
字符串
- managerVersion()#
- 返回类型:
整数
- matchingPlaces(request)#
- 参数:
request –
QPlaceMatchRequest
- 返回类型:
- parentCategoryId(categoryId)#
- 参数:
categoryId – str
- 返回类型:
字符串
- placeAdded(placeId)#
- 参数:
placeId – 字符串
- placeRemoved(placeId)#
- 参数:
placeId – 字符串
- placeUpdated(placeId)#
- 参数:
placeId – 字符串
- removeCategory(categoryId)#
- 参数:
categoryId – str
- 返回类型:
- removePlace(placeId)#
- 参数:
placeId – 字符串
- 返回类型:
- saveCategory(category[, parentId=""])#
- 参数:
category –
QPlaceCategory
parentId – str
- 返回类型:
- search(query)#
- 参数:
query –
QPlaceSearchRequest
- 返回类型:
- searchSuggestions(request)#
- 参数:
request –
QPlaceSearchRequest
- 返回类型:
- setLocales(locale)#
- 参数:
locale – QLocale 列表