java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QPlaceContentRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QPlaceContentRequest extends QtObject implements Cloneable
Represents the parameters of a content request
Java wrapper for Qt class QPlaceContentRequest
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QPlaceContentRequest()
QPlaceContentRequest(QPlaceContentRequest other)
protected
QPlaceContentRequest(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description void
clear()
QPlaceContentRequest
clone()
Object
contentContext()
QPlaceContent.Type
contentType()
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()
int
limit()
String
placeId()
void
setContentContext(Object context)
void
setContentType(QPlaceContent.Type type)
void
setLimit(int limit)
void
setPlaceId(String identifier)
-
Constructor Details
-
QPlaceContentRequest
public QPlaceContentRequest() -
QPlaceContentRequest
-
QPlaceContentRequest
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clear
-
contentContext
-
contentType
-
limit
-
placeId
-
setContentContext
-
setContentType
-
setLimit
-
setPlaceId
-
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
-