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 class QGeoAreaMonitorInfo
-
Constructor Summary
ConstructorsConstructorDescriptionOverloaded constructor forQGeoAreaMonitorInfo(java.lang.String)withname = (String)null.QGeoAreaMonitorInfo(String name) -
Method Summary
Modifier and TypeMethodDescriptionfinal QGeoShapearea()final voidassign(QGeoAreaMonitorInfo other) clone()Creates and returns a copy of this object.final voiddetach()SeeQGeoAreaMonitorInfo::detach() final booleanbooleanfinal QDateTimeinthashCode()Returns the objects's hash code computed byqHash(QGeoAreaMonitorInfo).final Stringfinal booleanfinal booleanisValid()final Stringname()voidreadFrom(QDataStream ds) final voidfinal voidsetExpiration(QDateTime expiry) final voidfinal voidsetNotificationParameters(Map<String, ? extends Object> parameters) final voidsetPersistent(boolean isPersistent) final voidswap(QGeoAreaMonitorInfo other) SeeQGeoAreaMonitorInfo::swap(QGeoAreaMonitorInfo&) toString()Seeoperator<<(QDebug,QGeoAreaMonitorInfo) voidwriteTo(QDataStream ds) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoAreaMonitorInfo
- Parameters:
other-
-
QGeoAreaMonitorInfo
- Parameters:
name-
-
QGeoAreaMonitorInfo
public QGeoAreaMonitorInfo()Overloaded constructor for
QGeoAreaMonitorInfo(java.lang.String)withname = (String)null.
-
-
Method Details
-
area
- Returns:
-
detach
See
QGeoAreaMonitorInfo::detach() -
expiration
- Returns:
-
identifier
- Returns:
-
isPersistent
- Returns:
-
isValid
- Returns:
-
name
- Returns:
-
notificationParameters
- Returns:
-
writeTo
- Parameters:
ds-
-
assign
- Parameters:
other-
-
equals
- Parameters:
rhs-- Returns:
-
readFrom
- Parameters:
ds-
-
setArea
- Parameters:
newShape-
-
setExpiration
- Parameters:
expiry-
-
setName
- Parameters:
name-
-
setNotificationParameters
- Parameters:
parameters-
-
setPersistent
- Parameters:
isPersistent-
-
swap
See
QGeoAreaMonitorInfo::swap(QGeoAreaMonitorInfo&) - Parameters:
other-
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoAreaMonitorInfo). -
toString
See
operator<<(QDebug,QGeoAreaMonitorInfo) -
clone
Creates and returns a copy of this object.
See
QGeoAreaMonitorInfo::QGeoAreaMonitorInfo(QGeoAreaMonitorInfo)
-