java.lang.Object
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's 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 = (String)null
.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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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, ? extends 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 = (String)null
. -
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 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
-