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