Uses of Class
io.qt.location.QPlace
Package | Description |
---|---|
io.qt.location |
-
Uses of QPlace in io.qt.location
Methods in io.qt.location that return QPlace Modifier and Type Method Description QPlace
QPlace. clone()
QPlace
QPlaceManager. compatiblePlace(QPlace place)
QPlace
QPlaceManagerEngine. compatiblePlace(QPlace original)
QPlace
QPlaceDetailsReply. place()
QPlace
QPlaceResult. place()
Methods in io.qt.location that return types with arguments of type QPlace Modifier and Type Method Description QList<QPlace>
QPlaceMatchReply. places()
QList<QPlace>
QPlaceMatchRequest. places()
Methods in io.qt.location with parameters of type QPlace Modifier and Type Method Description QPlace
QPlaceManager. compatiblePlace(QPlace place)
QPlace
QPlaceManagerEngine. compatiblePlace(QPlace original)
QPlaceIdReply
QPlaceManager. savePlace(QPlace place)
QPlaceIdReply
QPlaceManagerEngine. savePlace(QPlace place)
protected void
QPlaceDetailsReply. setPlace(QPlace place)
void
QPlaceResult. setPlace(QPlace place)
Method parameters in io.qt.location with type arguments of type QPlace Modifier and Type Method Description protected void
QPlaceMatchReply. setPlaces(Collection<QPlace> results)
void
QPlaceMatchRequest. setPlaces(Collection<QPlace> places)
Constructors in io.qt.location with parameters of type QPlace Constructor Description QPlace(QPlace other)