java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceSearchResult
io.qt.location.QPlaceProposedSearchResult
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a search result containing a proposed search
Java wrapper for Qt class QPlaceProposedSearchResult
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.location.QPlaceSearchResult
QPlaceSearchResult.SearchResultType
-
Constructor Summary
ConstructorDescriptionSeeQPlaceProposedSearchResult::
QPlaceProposedSearchResult(QPlaceProposedSearchResult) SeeQPlaceProposedSearchResult::
QPlaceProposedSearchResult(QPlaceSearchResult) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QPlaceSearchRequest
final void
setSearchRequest
(QPlaceSearchRequest request) Methods inherited from class io.qt.location.QPlaceSearchResult
assign, equals, equals, hashCode, icon, setIcon, setTitle, title, type
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceProposedSearchResult
public QPlaceProposedSearchResult() -
QPlaceProposedSearchResult
See
QPlaceProposedSearchResult::
QPlaceProposedSearchResult(QPlaceProposedSearchResult) -
QPlaceProposedSearchResult
See
QPlaceProposedSearchResult::
QPlaceProposedSearchResult(QPlaceSearchResult)
-
-
Method Details
-
searchRequest
-
setSearchRequest
-
clone
Creates and returns a copy of this object.
See
QPlaceProposedSearchResult::
QPlaceProposedSearchResult(QPlaceProposedSearchResult) - Overrides:
clone
in classQPlaceSearchResult
-