java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QPlaceSearchResult
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QPlaceProposedSearchResult
,QPlaceResult
public class QPlaceSearchResult extends QtObject implements Cloneable
The base class for search results
Java wrapper for Qt class QPlaceSearchResult
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QPlaceSearchResult.SearchResultType
Java wrapper for Qt enum QPlaceSearchResult::SearchResultType -
Constructor Summary
Constructors Modifier Constructor Description QPlaceSearchResult()
QPlaceSearchResult(QPlaceSearchResult other)
protected
QPlaceSearchResult(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QPlaceSearchResult
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
QPlaceIcon
icon()
void
setIcon(QPlaceIcon icon)
void
setTitle(String title)
String
title()
QPlaceSearchResult.SearchResultType
type()
-
Constructor Details
-
QPlaceSearchResult
public QPlaceSearchResult() -
QPlaceSearchResult
-
QPlaceSearchResult
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
icon
-
setIcon
-
setTitle
-
title
-
type
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-