java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QMarginsF
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Defines the four margins of a rectangle
Java wrapper for Qt class QMarginsF
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQMarginsF
(double left, double top, double right, double bottom) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QMarginsF
add
(double addend) final QMarginsF
final double
bottom()
clone()
final QMarginsF
divide
(double divisor) 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
left()
final QMarginsF
multiply
(double factor) void
readFrom
(QDataStream arg__1) final double
right()
final void
setBottom
(double abottom) final void
setLeft
(double aleft) final void
setRight
(double aright) final void
setTop
(double atop) final QMarginsF
subtract
(double subtrahend) final QMarginsF
final QMargins
final double
top()
toString()
void
writeTo
(QDataStream arg__1) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QMarginsF
public QMarginsF() -
QMarginsF
-
QMarginsF
public QMarginsF(double left, double top, double right, double bottom) -
QMarginsF
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
bottom
-
isNull
-
left
-
multiply
-
add
-
add
-
subtract
-
subtract
-
divide
-
writeTo
-
readFrom
-
right
-
setBottom
-
setLeft
-
setRight
-
setTop
-
toMargins
-
top
-
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
-