java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QPlaceSearchRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QPlaceSearchRequest extends QtObject implements Cloneable
Represents the set of parameters for a search request
Java wrapper for Qt class QPlaceSearchRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QPlaceSearchRequest.RelevanceHint
Java wrapper for Qt enum QPlaceSearchRequest::RelevanceHint -
Constructor Summary
Constructors Modifier Constructor Description QPlaceSearchRequest()
QPlaceSearchRequest(QPlaceSearchRequest other)
protected
QPlaceSearchRequest(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
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
-