Uses of Class
io.qt.location.QPlaceCategory
Packages that use QPlaceCategory
-
Uses of QPlaceCategory in io.qt.location
Fields in io.qt.location with type parameters of type QPlaceCategoryModifier 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
Methods in io.qt.location that return QPlaceCategoryMethods in io.qt.location that return types with arguments of type QPlaceCategoryModifier and TypeMethodDescriptionfinal QList<QPlaceCategory>
QPlace.categories()
final QList<QPlaceCategory>
QPlaceSearchRequest.categories()
final QList<QPlaceCategory>
QPlaceManager.childCategories()
Overloaded function forQPlaceManager.childCategories(java.lang.String)
withparentId = ""
.final QList<QPlaceCategory>
QPlaceManager.childCategories
(String parentId) QPlaceManagerEngine.childCategories
(String parentId) Methods in io.qt.location with parameters of type QPlaceCategoryModifier and TypeMethodDescriptionfinal QPlaceIdReply
QPlaceManager.saveCategory
(QPlaceCategory category) Overloaded function forQPlaceManager.saveCategory(io.qt.location.QPlaceCategory, java.lang.String)
withparentId = ""
.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) Method parameters in io.qt.location with type arguments of type QPlaceCategoryModifier and TypeMethodDescriptionfinal void
QPlace.setCategories
(Collection<? extends QPlaceCategory> categories) final void
QPlaceSearchRequest.setCategories
(Collection<? extends QPlaceCategory> categories) Constructors in io.qt.location with parameters of type QPlaceCategory