QPlaceManager露
- PyQt5.QtLocation.QPlaceManager
Inherits from QObject.
Description露
TODO
Methods露
- category(str) → QPlaceCategory
TODO
- childCategories(parentId: str = '') → List[QPlaceCategory]
TODO
- childCategoryIds(parentId: str = '') → List[str]
TODO
- getPlaceContent(QPlaceContentRequest) → QPlaceContentReply
TODO
- getPlaceDetails(str) → QPlaceDetailsReply
TODO
- initializeCategories() → QPlaceReply
TODO
- locales() → List[QLocale]
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, parentId: str = '') → QPlaceIdReply
TODO
- savePlace(QPlace) → QPlaceIdReply
TODO
- search(QPlaceSearchRequest) → QPlaceSearchReply
TODO
- searchSuggestions(QPlaceSearchRequest) → QPlaceSearchSuggestionReply
TODO
- setLocale(QLocale)
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