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
- Since:
- This class was introduced in Qt 5.2.
-
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 boolean
equals
(QGeoAreaMonitorInfo other) 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
- Parameters:
other
-
-
QGeoAreaMonitorInfo
- Parameters:
name
-
-
QGeoAreaMonitorInfo
public QGeoAreaMonitorInfo()Overloaded constructor for
QGeoAreaMonitorInfo(java.lang.String)
withname = (String)null
.
-
-
Method Details
-
area
- Returns:
-
expiration
- Returns:
-
identifier
- Returns:
-
isPersistent
- Returns:
-
isValid
- Returns:
-
name
- Returns:
-
notificationParameters
- Returns:
-
writeTo
See
operator<<(QDataStream&,
QGeoAreaMonitorInfo) - Parameters:
arg__1
-
-
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
readFrom
See
operator>>(QDataStream&,
QGeoAreaMonitorInfo&) - Parameters:
arg__1
-
-
setArea
- Parameters:
newShape
-
-
setExpiration
- Parameters:
expiry
-
-
setName
- Parameters:
name
-
-
setNotificationParameters
- Parameters:
parameters
-
-
setPersistent
- Parameters:
isPersistent
-
-
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)
-