QPlaceManagerEngine#

Inheritance diagram of PySide6.QtLocation.QPlaceManagerEngine

Synopsis#

Functions#

Virtual 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.QPlaceManagerEngine(parameters[, parent=None])#
Parameters:
PySide6.QtLocation.QPlaceManagerEngine.category(categoryId)#
Parameters:

categoryId – str

Return type:

PySide6.QtLocation.QPlaceCategory

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

  • parentCategoryId – str

PySide6.QtLocation.QPlaceManagerEngine.categoryUpdated(category, parentCategoryId)#
Parameters:
PySide6.QtLocation.QPlaceManagerEngine.childCategories(parentId)#
Parameters:

parentId – str

PySide6.QtLocation.QPlaceManagerEngine.childCategoryIds(categoryId)#
Parameters:

categoryId – str

Return type:

list of strings

PySide6.QtLocation.QPlaceManagerEngine.compatiblePlace(original)#
Parameters:

originalPySide6.QtLocation.QPlace

Return type:

PySide6.QtLocation.QPlace

PySide6.QtLocation.QPlaceManagerEngine.constructIconUrl(icon, size)#
Parameters:
Return type:

PySide6.QtCore.QUrl

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

replyPySide6.QtLocation.QPlaceReply

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

requestPySide6.QtLocation.QPlaceContentRequest

Return type:

PySide6.QtLocation.QPlaceContentReply

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

placeId – str

Return type:

PySide6.QtLocation.QPlaceDetailsReply

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

PySide6.QtLocation.QPlaceReply

PySide6.QtLocation.QPlaceManagerEngine.locales()#
PySide6.QtLocation.QPlaceManagerEngine.manager()#
Return type:

PySide6.QtLocation.QPlaceManager

PySide6.QtLocation.QPlaceManagerEngine.managerName()#
Return type:

str

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

int

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

requestPySide6.QtLocation.QPlaceMatchRequest

Return type:

PySide6.QtLocation.QPlaceMatchReply

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

categoryId – str

Return type:

str

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

placeId – str

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

placeId – str

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

placeId – str

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

categoryId – str

Return type:

PySide6.QtLocation.QPlaceIdReply

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

placeId – str

Return type:

PySide6.QtLocation.QPlaceIdReply

PySide6.QtLocation.QPlaceManagerEngine.saveCategory(category, parentId)#
Parameters:
Return type:

PySide6.QtLocation.QPlaceIdReply

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

placePySide6.QtLocation.QPlace

Return type:

PySide6.QtLocation.QPlaceIdReply

PySide6.QtLocation.QPlaceManagerEngine.search(request)#
Parameters:

requestPySide6.QtLocation.QPlaceSearchRequest

Return type:

PySide6.QtLocation.QPlaceSearchReply

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

requestPySide6.QtLocation.QPlaceSearchRequest

Return type:

PySide6.QtLocation.QPlaceSearchSuggestionReply

PySide6.QtLocation.QPlaceManagerEngine.setLocales(locales)#
Parameters:

locales