Uses of Class
io.qt.location.QPlaceSearchResult
Package | Description |
---|---|
io.qt.location |
-
Uses of QPlaceSearchResult in io.qt.location
Subclasses of QPlaceSearchResult in io.qt.location Modifier and Type Class Description class
QPlaceProposedSearchResult
Represents a search result containing a proposed searchclass
QPlaceResult
Represents a search result containing a placeMethods in io.qt.location that return QPlaceSearchResult Modifier and Type Method Description QPlaceSearchResult
QPlaceSearchResult. clone()
Methods in io.qt.location that return types with arguments of type QPlaceSearchResult Modifier and Type Method Description QList<QPlaceSearchResult>
QPlaceSearchReply. results()
Method parameters in io.qt.location with type arguments of type QPlaceSearchResult Modifier and Type Method Description void
QPlaceMatchRequest. setResults(Collection<QPlaceSearchResult> results)
protected void
QPlaceSearchReply. setResults(Collection<QPlaceSearchResult> results)
Constructors in io.qt.location with parameters of type QPlaceSearchResult Constructor Description QPlaceProposedSearchResult(QPlaceSearchResult other)
QPlaceResult(QPlaceSearchResult other)
QPlaceSearchResult(QPlaceSearchResult other)