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
- 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
- search(QPlaceSearchRequest) → QPlaceSearchReply
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