java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QPlaceSearchRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents the set of parameters for a search request
Java wrapper for Qt's class QPlaceSearchRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QPlaceSearchRequest::RelevanceHintNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QList<QPlaceCategory>
final void
clear()
clone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final int
limit()
final String
final QGeoShape
final Object
final String
final void
setCategories
(Collection<? extends QPlaceCategory> categories) final void
setCategory
(QPlaceCategory category) final void
setLimit
(int limit) final void
setRecommendationId
(String recommendationId) final void
final void
setSearchArea
(QGeoShape area) final void
setSearchContext
(Object context) final void
setSearchTerm
(String term) final void
setVisibilityScope
(QLocation.Visibility... visibilityScopes) Overloaded function forsetVisibilityScope(io.qt.location.QLocation.VisibilityScope)
.final void
setVisibilityScope
(QLocation.VisibilityScope visibilityScopes) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceSearchRequest
public QPlaceSearchRequest() -
QPlaceSearchRequest
-
QPlaceSearchRequest
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
categories
-
clear
-
limit
-
recommendationId
-
relevanceHint
-
searchArea
-
searchContext
-
searchTerm
-
setCategories
-
setCategory
-
setLimit
-
setRecommendationId
-
setRelevanceHint
-
setSearchArea
-
setSearchContext
-
setSearchTerm
-
setVisibilityScope
Overloaded function for
setVisibilityScope(io.qt.location.QLocation.VisibilityScope)
. -
setVisibilityScope
-
visibilityScope
-
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
-