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
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.final void
detach()
SeeQGeoAreaMonitorInfo::
detach() final boolean
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 ds) 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) SeeQGeoAreaMonitorInfo::
swap(QGeoAreaMonitorInfo&) toString()
Seeoperator<<(QDebug,
QGeoAreaMonitorInfo) void
writeTo
(QDataStream ds) 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
-
detach
See
QGeoAreaMonitorInfo::
detach() -
expiration
-
identifier
-
isPersistent
-
isValid
-
name
-
notificationParameters
-
writeTo
-
assign
-
equals
-
readFrom
-
setArea
-
setExpiration
-
setName
-
setNotificationParameters
-
setPersistent
-
swap
See
QGeoAreaMonitorInfo::
swap(QGeoAreaMonitorInfo&) -
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)
-