java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoAreaMonitorInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes the parameters of an area or region to be monitored for proximity
Java wrapper for Qt class QGeoAreaMonitorInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionOverloaded constructor forQGeoAreaMonitorInfo(java.lang.String)
withname = ""
.protected
Constructor for internal use only.QGeoAreaMonitorInfo
(String name) -
Method Summary
Modifier and TypeMethodDescriptionfinal QGeoShape
area()
clone()
final void
detach()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QDateTime
int
hashCode()
final String
final boolean
final boolean
isValid()
final String
name()
final void
final void
setExpiration
(QDateTime expiry) final void
final void
setNotificationParameters
(Map<String, Object> parameters) final void
setPersistent
(boolean isPersistent) final void
swap
(QGeoAreaMonitorInfo other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoAreaMonitorInfo
-
QGeoAreaMonitorInfo
public QGeoAreaMonitorInfo()Overloaded constructor for
QGeoAreaMonitorInfo(java.lang.String)
withname = ""
. -
QGeoAreaMonitorInfo
-
QGeoAreaMonitorInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
area
-
detach
-
expiration
-
identifier
-
isPersistent
-
isValid
-
name
-
notificationParameters
-
setArea
-
setExpiration
-
setName
-
setNotificationParameters
-
setPersistent
-
swap
-
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
-