java.lang.Object
io.qt.QtObject
io.qt.core.QSizeF
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Defines the size of a two-dimensional object using floating point precision
Java wrapper for Qt class QSizeF
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QSizeF
final QSizeF
clone()
Creates and returns a copy of this object.final QSizeF
div
(double c) final QSizeF
divide
(double c) boolean
final QSizeF
expandedTo
(QSizeF arg__1) final QSizeF
int
hashCode()
Returns the objects's hash code computed byqHash(QSizeF)
.final double
height()
final boolean
isEmpty()
final boolean
isNull()
final boolean
isValid()
final QSizeF
final QSizeF
multiply
(double c) final QSizeF
void
readFrom
(QDataStream arg__1) final void
scale
(double w, double h, Qt.AspectRatioMode mode) final void
scale
(QSizeF s, Qt.AspectRatioMode mode) final QSizeF
scaled
(double w, double h, Qt.AspectRatioMode mode) final QSizeF
scaled
(QSizeF s, Qt.AspectRatioMode mode) final void
setHeight
(double h) final void
setWidth
(double w) final QSizeF
final QSizeF
final QSizeF
times
(double c) Seeoperator*(QSizeF,
qreal) final QSize
toSize()
toString()
Seeoperator<<(QDebug,
QSizeF) final void
final QSizeF
final double
width()
void
writeTo
(QDataStream arg__1) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSizeF
public QSizeF()See
QSizeF::
QSizeF() -
QSizeF
-
QSizeF
public QSizeF(double w, double h)
-
-
Method Details
-
boundedTo
-
expandedTo
-
grownBy
-
height
-
isEmpty
-
isNull
-
isValid
-
times
See
operator*(QSizeF,
qreal) -
multiply
-
plus
-
add
-
minus
-
subtract
-
div
-
divide
-
writeTo
-
readFrom
-
scale
-
scale
-
scaled
-
scaled
-
setHeight
-
setWidth
-
shrunkBy
-
toSize
-
transpose
-
transposed
-
width
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QSizeF)
. -
toString
See
operator<<(QDebug,
QSizeF) -
clone
Creates and returns a copy of this object.
-