java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoAreaMonitorInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QGeoAreaMonitorInfo extends QtObject implements Cloneable
Describes the parameters of an area or region to be monitored for proximity
Java wrapper for Qt class QGeoAreaMonitorInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QGeoAreaMonitorInfo()
Overloaded constructor forQGeoAreaMonitorInfo(java.lang.String)
withname = ""
.QGeoAreaMonitorInfo(QGeoAreaMonitorInfo other)
protected
QGeoAreaMonitorInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only.QGeoAreaMonitorInfo(String name)
-
Method Summary
Modifier and Type Method Description QGeoShape
area()
QGeoAreaMonitorInfo
clone()
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.QDateTime
expiration()
int
hashCode()
String
identifier()
boolean
isPersistent()
boolean
isValid()
String
name()
QMap<String,Object>
notificationParameters()
void
readFrom(QDataStream arg__1)
void
setArea(QGeoShape newShape)
void
setExpiration(QDateTime expiry)
void
setName(String name)
void
setNotificationParameters(Map<String,Object> parameters)
void
setPersistent(boolean isPersistent)
String
toString()
void
writeTo(QDataStream arg__1)
-
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
-
expiration
-
identifier
-
isPersistent
-
isValid
-
name
-
notificationParameters
-
writeTo
-
readFrom
-
setArea
-
setExpiration
-
setName
-
setNotificationParameters
-
setPersistent
-
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
-
toString
-
clone
-