QPlaceManager#

Inheritance diagram of PySide6.QtLocation.QPlaceManager

Synopsis#

Functions#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtLocation.QPlaceManager#
PySide6.QtLocation.QPlaceManager.category(categoryId)#
Parameters:

categoryId – str

Return type:

PySide6.QtLocation.QPlaceCategory

PySide6.QtLocation.QPlaceManager.categoryAdded(category, parentId)#
Parameters:
PySide6.QtLocation.QPlaceManager.categoryRemoved(categoryId, parentId)#
Parameters:
  • categoryId – str

  • parentId – str

PySide6.QtLocation.QPlaceManager.categoryUpdated(category, parentId)#
Parameters:
PySide6.QtLocation.QPlaceManager.childCategories([parentId=""])#
Parameters:

parentId – str

PySide6.QtLocation.QPlaceManager.childCategoryIds([parentId=""])#
Parameters:

parentId – str

Return type:

list of strings

PySide6.QtLocation.QPlaceManager.compatiblePlace(place)#
Parameters:

placePySide6.QtLocation.QPlace

Return type:

PySide6.QtLocation.QPlace

PySide6.QtLocation.QPlaceManager.dataChanged()#
PySide6.QtLocation.QPlaceManager.errorOccurred(arg__1, error[, errorString=""])#
Parameters:
PySide6.QtLocation.QPlaceManager.finished(reply)#
Parameters:

replyPySide6.QtLocation.QPlaceReply

PySide6.QtLocation.QPlaceManager.getPlaceContent(request)#
Parameters:

requestPySide6.QtLocation.QPlaceContentRequest

Return type:

PySide6.QtLocation.QPlaceContentReply

PySide6.QtLocation.QPlaceManager.getPlaceDetails(placeId)#
Parameters:

placeId – str

Return type:

PySide6.QtLocation.QPlaceDetailsReply

PySide6.QtLocation.QPlaceManager.initializeCategories()#
Return type:

PySide6.QtLocation.QPlaceReply

PySide6.QtLocation.QPlaceManager.locales()#
PySide6.QtLocation.QPlaceManager.managerName()#
Return type:

str

PySide6.QtLocation.QPlaceManager.managerVersion()#
Return type:

int

PySide6.QtLocation.QPlaceManager.matchingPlaces(request)#
Parameters:

requestPySide6.QtLocation.QPlaceMatchRequest

Return type:

PySide6.QtLocation.QPlaceMatchReply

PySide6.QtLocation.QPlaceManager.parentCategoryId(categoryId)#
Parameters:

categoryId – str

Return type:

str

PySide6.QtLocation.QPlaceManager.placeAdded(placeId)#
Parameters:

placeId – str

PySide6.QtLocation.QPlaceManager.placeRemoved(placeId)#
Parameters:

placeId – str

PySide6.QtLocation.QPlaceManager.placeUpdated(placeId)#
Parameters:

placeId – str

PySide6.QtLocation.QPlaceManager.removeCategory(categoryId)#
Parameters:

categoryId – str

Return type:

PySide6.QtLocation.QPlaceIdReply

PySide6.QtLocation.QPlaceManager.removePlace(placeId)#
Parameters:

placeId – str

Return type:

PySide6.QtLocation.QPlaceIdReply

PySide6.QtLocation.QPlaceManager.saveCategory(category[, parentId=""])#
Parameters:
Return type:

PySide6.QtLocation.QPlaceIdReply

PySide6.QtLocation.QPlaceManager.savePlace(place)#
Parameters:

placePySide6.QtLocation.QPlace

Return type:

PySide6.QtLocation.QPlaceIdReply

PySide6.QtLocation.QPlaceManager.search(query)#
Parameters:

queryPySide6.QtLocation.QPlaceSearchRequest

Return type:

PySide6.QtLocation.QPlaceSearchReply

PySide6.QtLocation.QPlaceManager.searchSuggestions(request)#
Parameters:

requestPySide6.QtLocation.QPlaceSearchRequest

Return type:

PySide6.QtLocation.QPlaceSearchSuggestionReply

PySide6.QtLocation.QPlaceManager.setLocale(locale)#
Parameters:

localePySide6.QtCore.QLocale

PySide6.QtLocation.QPlaceManager.setLocales(locale)#
Parameters:

locale