java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QPlaceMatchRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QPlaceMatchRequest extends QtObject implements Cloneable
Used to find places from one manager that match those from another. It represents a set of request parameters
Java wrapper for Qt class QPlaceMatchRequest
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QPlaceMatchRequest()
QPlaceMatchRequest(QPlaceMatchRequest other)
protected
QPlaceMatchRequest(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description static String
AlternativeId()
void
clear()
QPlaceMatchRequest
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()
QMap<String,Object>
parameters()
QList<QPlace>
places()
void
setParameters(Map<String,Object> parameters)
void
setPlaces(Collection<QPlace> places)
void
setResults(Collection<QPlaceSearchResult> results)
-
Constructor Details
-
QPlaceMatchRequest
public QPlaceMatchRequest() -
QPlaceMatchRequest
-
QPlaceMatchRequest
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clear
-
parameters
-
places
-
setParameters
-
setPlaces
-
setResults
-
AlternativeId
-
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
-