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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionOverloaded constructor forQGeoAreaMonitorInfo(java.lang.String)
withname = (String)null
.QGeoAreaMonitorInfo
(String name) -
Method Summary
Modifier and TypeMethodDescriptionfinal QGeoShape
area()
final void
assign
(QGeoAreaMonitorInfo other) clone()
Creates and returns a copy of this object.boolean
final QDateTime
int
hashCode()
Returns the objects's hash code computed byqHash(QGeoAreaMonitorInfo)
.final String
final boolean
final boolean
isValid()
final String
name()
void
readFrom
(QDataStream arg__1) Seeoperator>>(QDataStream&,
QGeoAreaMonitorInfo&) final void
final void
setExpiration
(QDateTime expiry) final void
final void
setNotificationParameters
(Map<String, ? extends Object> parameters) final void
setPersistent
(boolean isPersistent) toString()
Seeoperator<<(QDebug,
QGeoAreaMonitorInfo) void
writeTo
(QDataStream arg__1) Seeoperator<<(QDataStream&,
QGeoAreaMonitorInfo) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoAreaMonitorInfo
-
QGeoAreaMonitorInfo
-
QGeoAreaMonitorInfo
public QGeoAreaMonitorInfo()Overloaded constructor for
QGeoAreaMonitorInfo(java.lang.String)
withname = (String)null
.
-
-
Method Details
-
area
-
expiration
-
identifier
-
isPersistent
-
isValid
-
name
-
notificationParameters
-
writeTo
See
operator<<(QDataStream&,
QGeoAreaMonitorInfo) -
assign
-
readFrom
See
operator>>(QDataStream&,
QGeoAreaMonitorInfo&) -
setArea
-
setExpiration
-
setName
-
setNotificationParameters
-
setPersistent
-
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.
-