QPlaceManager#
Synopsis#
Functions#
def
category
(categoryId)def
childCategories
([parentId=””])def
childCategoryIds
([parentId=””])def
compatiblePlace
(place)def
getPlaceContent
(request)def
getPlaceDetails
(placeId)def
initializeCategories
()def
locales
()def
managerName
()def
managerVersion
()def
matchingPlaces
(request)def
parentCategoryId
(categoryId)def
removeCategory
(categoryId)def
removePlace
(placeId)def
saveCategory
(category[, parentId=””])def
savePlace
(place)def
search
(query)def
searchSuggestions
(request)def
setLocale
(locale)def
setLocales
(locale)
Signals#
def
categoryAdded
(category, parentId)def
categoryRemoved
(categoryId, parentId)def
categoryUpdated
(category, parentId)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.QPlaceManager#
- PySide6.QtLocation.QPlaceManager.category(categoryId)#
- Parameters:
categoryId – str
- Return type:
- PySide6.QtLocation.QPlaceManager.categoryAdded(category, parentId)#
- Parameters:
category –
PySide6.QtLocation.QPlaceCategory
parentId – str
- PySide6.QtLocation.QPlaceManager.categoryRemoved(categoryId, parentId)#
- Parameters:
categoryId – str
parentId – str
- PySide6.QtLocation.QPlaceManager.categoryUpdated(category, parentId)#
- Parameters:
category –
PySide6.QtLocation.QPlaceCategory
parentId – str
- 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:
place –
PySide6.QtLocation.QPlace
- Return type:
- PySide6.QtLocation.QPlaceManager.dataChanged()#
- PySide6.QtLocation.QPlaceManager.errorOccurred(arg__1, error[, errorString=""])#
- Parameters:
arg__1 –
PySide6.QtLocation.QPlaceReply
error –
Error
errorString – str
- PySide6.QtLocation.QPlaceManager.finished(reply)#
- Parameters:
reply –
PySide6.QtLocation.QPlaceReply
- PySide6.QtLocation.QPlaceManager.getPlaceContent(request)#
- Parameters:
request –
PySide6.QtLocation.QPlaceContentRequest
- Return type:
- PySide6.QtLocation.QPlaceManager.getPlaceDetails(placeId)#
- Parameters:
placeId – str
- Return type:
- PySide6.QtLocation.QPlaceManager.initializeCategories()#
- Return type:
- PySide6.QtLocation.QPlaceManager.locales()#
- PySide6.QtLocation.QPlaceManager.managerName()#
- Return type:
str
- PySide6.QtLocation.QPlaceManager.managerVersion()#
- Return type:
int
- PySide6.QtLocation.QPlaceManager.matchingPlaces(request)#
- Parameters:
request –
PySide6.QtLocation.QPlaceMatchRequest
- Return type:
- 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.QPlaceManager.removePlace(placeId)#
- Parameters:
placeId – str
- Return type:
- PySide6.QtLocation.QPlaceManager.saveCategory(category[, parentId=""])#
- Parameters:
category –
PySide6.QtLocation.QPlaceCategory
parentId – str
- Return type:
- PySide6.QtLocation.QPlaceManager.savePlace(place)#
- Parameters:
place –
PySide6.QtLocation.QPlace
- Return type:
- PySide6.QtLocation.QPlaceManager.search(query)#
- Parameters:
- Return type:
- PySide6.QtLocation.QPlaceManager.searchSuggestions(request)#
- Parameters:
request –
PySide6.QtLocation.QPlaceSearchRequest
- Return type:
- PySide6.QtLocation.QPlaceManager.setLocale(locale)#
- Parameters:
locale –
PySide6.QtCore.QLocale
- PySide6.QtLocation.QPlaceManager.setLocales(locale)#
- Parameters:
locale –