java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoPositionInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Contains information gathered on a global position, direction and velocity at a particular point in time
Java wrapper for Qt class QGeoPositionInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QGeoPositionInfo::AttributeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQGeoPositionInfo
(QGeoCoordinate coordinate, QDateTime updateTime) QGeoPositionInfo
(QGeoPositionInfo other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal double
attribute
(QGeoPositionInfo.Attribute attribute) clone()
final QGeoCoordinate
final void
detach()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final boolean
hasAttribute
(QGeoPositionInfo.Attribute attribute) int
hashCode()
final boolean
isValid()
final void
removeAttribute
(QGeoPositionInfo.Attribute attribute) final void
setAttribute
(QGeoPositionInfo.Attribute attribute, double value) final void
setCoordinate
(QGeoCoordinate coordinate) final void
setTimestamp
(QDateTime timestamp) final void
swap
(QGeoPositionInfo other) final QDateTime
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoPositionInfo
public QGeoPositionInfo() -
QGeoPositionInfo
-
QGeoPositionInfo
-
QGeoPositionInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
attribute
-
coordinate
-
detach
-
hasAttribute
-
isValid
-
removeAttribute
-
setAttribute
-
setCoordinate
-
setTimestamp
-
swap
-
timestamp
-
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
-
clone
-