java.lang.Object
io.qt.QtObject
io.qt.quick.QSGGeometry.Point2D
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QSGGeometry
QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points
Java wrapper for Qt class QSGGeometry::Point2D
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
Seeoperator==(QSGGeometry::Point2D,
QSGGeometry::Point2D) final float
getX()
Kotlin property getter.final float
getY()
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QSGGeometry::Point2D)
.final void
set
(float nx, float ny) final void
setX
(float x) SeeQSGGeometry::Point2D::
x final void
setY
(float y) SeeQSGGeometry::Point2D::
y final float
x()
SeeQSGGeometry::Point2D::
x final float
y()
SeeQSGGeometry::Point2D::
y Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
Point2D
public Point2D()See
QSGGeometry::Point2D::
Point2D()
-
-
Method Details
-
set
-
setX
See
QSGGeometry::Point2D::
x -
x
See
QSGGeometry::Point2D::
x -
setY
See
QSGGeometry::Point2D::
y -
y
See
QSGGeometry::Point2D::
y -
equals
See
operator==(QSGGeometry::Point2D,
QSGGeometry::Point2D) -
hashCode
Returns the objects's hash code computed byqHash(QSGGeometry::Point2D)
. -
clone
Creates and returns a copy of this object.
-
getX
Kotlin property getter. In Java use
x()
instead. -
getY
Kotlin property getter. In Java use
y()
instead.
-