java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QPointF
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Defines a point in the plane using floating point precision
Java wrapper for Qt class QPointF
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QPointF
clone()
final QPointF
divide
(double c) static double
dotProduct
(QPointF p1, QPointF p2) boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final boolean
isNull()
final double
final QPointF
multiply
(double c) void
readFrom
(QDataStream arg__1) final void
setX
(double x) final void
setY
(double y) final QPointF
final QPoint
toPoint()
toString()
final QPointF
void
writeTo
(QDataStream arg__1) final double
x()
final double
y()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPointF
public QPointF() -
QPointF
-
QPointF
public QPointF(double xpos, double ypos) -
QPointF
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
isNull
-
manhattanLength
-
multiply
-
add
-
subtract
-
divide
-
writeTo
-
readFrom
-
setX
-
setY
-
toPoint
-
transposed
-
x
-
y
-
dotProduct
-
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
-
toString
-
clone
-