QPlaceManagerEngine#
Synopsis#
Functions#
def
manager()def
managerName()def
managerVersion()
Virtual functions#
def
category(categoryId)def
childCategories(parentId)def
childCategoryIds(categoryId)def
compatiblePlace(original)def
constructIconUrl(icon, size)def
getPlaceContent(request)def
getPlaceDetails(placeId)def
initializeCategories()def
locales()def
matchingPlaces(request)def
parentCategoryId(categoryId)def
removeCategory(categoryId)def
removePlace(placeId)def
saveCategory(category, parentId)def
savePlace(place)def
search(request)def
searchSuggestions(request)def
setLocales(locales)
Signals#
def
categoryAdded(category, parentCategoryId)def
categoryRemoved(categoryId, parentCategoryId)def
categoryUpdated(category, parentCategoryId)def
dataChanged()def
errorOccurred(arg__1, error[, errorString=””])def
finished(reply)def
placeAdded(placeId)def
placeRemoved(placeId)def
placeUpdated(placeId)
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:
 parameters –
parent –
PySide6.QtCore.QObject
- PySide6.QtLocation.QPlaceManagerEngine.category(categoryId)#
 - Parameters:
 categoryId – str
- Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.categoryAdded(category, parentCategoryId)#
 - Parameters:
 category –
PySide6.QtLocation.QPlaceCategoryparentCategoryId – str
- PySide6.QtLocation.QPlaceManagerEngine.categoryRemoved(categoryId, parentCategoryId)#
 - Parameters:
 categoryId – str
parentCategoryId – str
- PySide6.QtLocation.QPlaceManagerEngine.categoryUpdated(category, parentCategoryId)#
 - Parameters:
 category –
PySide6.QtLocation.QPlaceCategoryparentCategoryId – str
- 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:
 original –
PySide6.QtLocation.QPlace- Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.constructIconUrl(icon, size)#
 - Parameters:
 size –
PySide6.QtCore.QSize
- Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.dataChanged()#
 
- PySide6.QtLocation.QPlaceManagerEngine.errorOccurred(arg__1, error[, errorString=""])#
 - Parameters:
 arg__1 –
PySide6.QtLocation.QPlaceReplyerror –
ErrorerrorString – str
- PySide6.QtLocation.QPlaceManagerEngine.finished(reply)#
 - Parameters:
 reply –
PySide6.QtLocation.QPlaceReply
- PySide6.QtLocation.QPlaceManagerEngine.getPlaceContent(request)#
 - Parameters:
 request –
PySide6.QtLocation.QPlaceContentRequest- Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.getPlaceDetails(placeId)#
 - Parameters:
 placeId – str
- Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.initializeCategories()#
 - Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.locales()#
 
- PySide6.QtLocation.QPlaceManagerEngine.manager()#
 - Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.managerName()#
 - Return type:
 str
- PySide6.QtLocation.QPlaceManagerEngine.managerVersion()#
 - Return type:
 int
- PySide6.QtLocation.QPlaceManagerEngine.matchingPlaces(request)#
 - Parameters:
 request –
PySide6.QtLocation.QPlaceMatchRequest- Return type:
 
- 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.QPlaceManagerEngine.removePlace(placeId)#
 - Parameters:
 placeId – str
- Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.saveCategory(category, parentId)#
 - Parameters:
 category –
PySide6.QtLocation.QPlaceCategoryparentId – str
- Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.savePlace(place)#
 - Parameters:
 place –
PySide6.QtLocation.QPlace- Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.search(request)#
 - Parameters:
 request –
PySide6.QtLocation.QPlaceSearchRequest- Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.searchSuggestions(request)#
 - Parameters:
 request –
PySide6.QtLocation.QPlaceSearchRequest- Return type:
 
- PySide6.QtLocation.QPlaceManagerEngine.setLocales(locales)#
 - Parameters:
 locales –