java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceMatchRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to find places from one manager that match those from another. It represents a set of request parameters
Java wrapper for Qt's class QPlaceMatchRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceMatchRequest other) final void
clear()
clone()
Creates and returns a copy of this object.boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
places()
final void
setParameters
(Map<String, ? extends Object> parameters) final void
setPlaces
(Collection<? extends QPlace> places) final void
setResults
(Collection<? extends QPlaceSearchResult> results) final void
swap
(QPlaceMatchRequest other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
AlternativeId
-
-
Constructor Details
-
QPlaceMatchRequest
public QPlaceMatchRequest() -
QPlaceMatchRequest
-
QPlaceMatchRequest
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clear
-
assign
-
parameters
-
places
-
setParameters
-
setPlaces
-
setResults
-
swap
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
Creates and returns a copy of this object.
-