Uses of Class
io.qt.location.QPlaceCategory
Package | Description |
---|---|
io.qt.location |
-
Uses of QPlaceCategory in io.qt.location
Fields in io.qt.location with type parameters of type QPlaceCategory Modifier and Type Field Description QObject.Signal2<QPlaceCategory,String>
QPlaceManager. categoryAdded
QObject.Signal2<QPlaceCategory,String>
QPlaceManagerEngine. categoryAdded
QObject.Signal2<QPlaceCategory,String>
QPlaceManager. categoryUpdated
QObject.Signal2<QPlaceCategory,String>
QPlaceManagerEngine. categoryUpdated
Methods in io.qt.location that return QPlaceCategory Modifier and Type Method Description QPlaceCategory
QPlaceManager. category(String categoryId)
QPlaceCategory
QPlaceManagerEngine. category(String categoryId)
QPlaceCategory
QPlaceCategory. clone()
Methods in io.qt.location that return types with arguments of type QPlaceCategory Modifier and Type Method Description QList<QPlaceCategory>
QPlace. categories()
QList<QPlaceCategory>
QPlaceSearchRequest. categories()
QList<QPlaceCategory>
QPlaceManager. childCategories()
Overloaded function forQPlaceManager.childCategories(java.lang.String)
withparentId = ""
.QList<QPlaceCategory>
QPlaceManager. childCategories(String parentId)
List<QPlaceCategory>
QPlaceManagerEngine. childCategories(String parentId)
Methods in io.qt.location with parameters of type QPlaceCategory Modifier and Type Method Description QPlaceIdReply
QPlaceManager. saveCategory(QPlaceCategory category)
Overloaded function forQPlaceManager.saveCategory(io.qt.location.QPlaceCategory, java.lang.String)
withparentId = ""
.QPlaceIdReply
QPlaceManager. saveCategory(QPlaceCategory category, String parentId)
QPlaceIdReply
QPlaceManagerEngine. saveCategory(QPlaceCategory category, String parentId)
void
QPlace. setCategory(QPlaceCategory category)
void
QPlaceSearchRequest. setCategory(QPlaceCategory category)
Method parameters in io.qt.location with type arguments of type QPlaceCategory Modifier and Type Method Description void
QPlace. setCategories(Collection<QPlaceCategory> categories)
void
QPlaceSearchRequest. setCategories(Collection<QPlaceCategory> categories)
Constructors in io.qt.location with parameters of type QPlaceCategory Constructor Description QPlaceCategory(QPlaceCategory other)