java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceSearchResult
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QPlaceProposedSearchResult
,QPlaceResult
The base class for search results
Java wrapper for Qt class QPlaceSearchResult
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQPlaceSearchResult::SearchResultType
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceSearchResult other) clone()
Creates and returns a copy of this object.final boolean
equals
(QPlaceSearchResult other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceSearchResult)
.final QPlaceIcon
icon()
final void
setIcon
(QPlaceIcon icon) final void
final String
title()
type()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceSearchResult
public QPlaceSearchResult() -
QPlaceSearchResult
-
-
Method Details
-
icon
-
assign
-
equals
-
setIcon
-
setTitle
-
title
-
type
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceSearchResult)
. -
clone
Creates and returns a copy of this object.
See
QPlaceSearchResult::
QPlaceSearchResult(QPlaceSearchResult)
-