Uses of Class
io.qt.location.QPlaceCategory
-
Uses of QPlaceCategory in io.qt.location
Modifier and TypeFieldDescriptionfinal QObject.Signal2<QPlaceCategory,
String> QPlaceManager.categoryAdded
final QObject.Signal2<QPlaceCategory,
String> QPlaceManagerEngine.categoryAdded
final QObject.Signal2<QPlaceCategory,
String> QPlaceManager.categoryUpdated
final QObject.Signal2<QPlaceCategory,
String> QPlaceManagerEngine.categoryUpdated
Modifier and TypeMethodDescriptionfinal QPlaceCategory
QPlaceCategory.clone()
Creates and returns a copy of this object.Modifier and TypeMethodDescriptionfinal QList<QPlaceCategory>
QPlace.categories()
final QList<QPlaceCategory>
QPlaceSearchRequest.categories()
final QList<QPlaceCategory>
QPlaceManager.childCategories()
Overloaded function forQPlaceManager.childCategories(java.lang.String)
withparentId = (String)null
.final QList<QPlaceCategory>
QPlaceManager.childCategories
(String parentId) QPlaceManagerEngine.childCategories
(String parentId) Modifier and TypeMethodDescriptionfinal void
QPlaceCategory.assign
(QPlaceCategory other) final QPlaceIdReply
QPlaceManager.saveCategory
(QPlaceCategory category) Overloaded function forQPlaceManager.saveCategory(io.qt.location.QPlaceCategory, java.lang.String)
withparentId = (String)null
.final QPlaceIdReply
QPlaceManager.saveCategory
(QPlaceCategory category, String parentId) QPlaceManagerEngine.saveCategory
(QPlaceCategory category, String parentId) final void
QPlace.setCategory
(QPlaceCategory category) final void
QPlaceSearchRequest.setCategory
(QPlaceCategory category) Modifier and TypeMethodDescriptionfinal void
QPlace.setCategories
(Collection<? extends QPlaceCategory> categories) final void
QPlaceSearchRequest.setCategories
(Collection<? extends QPlaceCategory> categories)