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
- Since:
- This class was introduced in Qt 5.6.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQPlaceSearchResult::SearchResultType -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QPlaceSearchResult other) clone()Creates and returns a copy of this object.final booleanequals(QPlaceSearchResult other) booleaninthashCode()Returns the objects's hash code computed byqHash(QPlaceSearchResult).final QPlaceIconicon()final voidsetIcon(QPlaceIcon icon) final voidfinal Stringtitle()type()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceSearchResult
public QPlaceSearchResult() -
QPlaceSearchResult
- Parameters:
other-
-
-
Method Details
-
icon
- Returns:
-
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
setIcon
- Parameters:
icon-
-
setTitle
- Parameters:
title-
-
title
- Returns:
-
type
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceSearchResult). -
clone
Creates and returns a copy of this object.
See
QPlaceSearchResult::QPlaceSearchResult(QPlaceSearchResult)
-