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
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionSeeQPlaceProposedSearchResult::
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, hashCode, icon, setIcon, setTitle, title, type
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceProposedSearchResult
public QPlaceProposedSearchResult() -
QPlaceProposedSearchResult
See
QPlaceProposedSearchResult::
QPlaceProposedSearchResult(QPlaceSearchResult)
-
-
Method Details
-
searchRequest
-
setSearchRequest
-
clone
Creates and returns a copy of this object.
- Overrides:
clone
in classQPlaceSearchResult
-