QPlaceManagerEngine

PyQt5.QtLocation.QPlaceManagerEngine

Inherits from QObject.

Description

TODO

Methods

__init__(Dict[str, Any], parent: QObject = None)

TODO


category(str) → QPlaceCategory

TODO


childCategories(str) → List[QPlaceCategory]

TODO


childCategoryIds(str) → List[str]

TODO


compatiblePlace(QPlace) → QPlace

TODO


constructIconUrl(QPlaceIcon, QSize) → QUrl

TODO


getPlaceContent(QPlaceContentRequest) → QPlaceContentReply

TODO


getPlaceDetails(str) → QPlaceDetailsReply

TODO


initializeCategories() → QPlaceReply

TODO


locales() → List[QLocale]

TODO


manager() → QPlaceManager

TODO


managerName() → str

TODO


managerVersion() → int

TODO


matchingPlaces(QPlaceMatchRequest) → QPlaceMatchReply

TODO


parentCategoryId(str) → str

TODO


removeCategory(str) → QPlaceIdReply

TODO


removePlace(str) → QPlaceIdReply

TODO


saveCategory(QPlaceCategory, str) → QPlaceIdReply

TODO


savePlace(QPlace) → QPlaceIdReply

TODO


TODO


searchSuggestions(QPlaceSearchRequest) → QPlaceSearchSuggestionReply

TODO


setLocales(Iterable[QLocale])

TODO

Signals

categoryAdded(QPlaceCategory, str)

TODO


categoryRemoved(str, str)

TODO


categoryUpdated(QPlaceCategory, str)

TODO


dataChanged()

TODO


error(QPlaceReply, Error, errorString: str = '')

TODO


finished(QPlaceReply)

TODO


placeAdded(str)

TODO


placeRemoved(str)

TODO


placeUpdated(str)

TODO