java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QMarginsF
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QMarginsF extends QtObject implements Cloneable
Defines the four margins of a rectangle
Java wrapper for Qt class QMarginsF
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description QMarginsF
add(double addend)
QMarginsF
add(QMarginsF margins)
double
bottom()
QMarginsF
clone()
QMarginsF
divide(double divisor)
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isNull()
double
left()
QMarginsF
multiply(double factor)
void
readFrom(QDataStream arg__1)
double
right()
void
setBottom(double bottom)
void
setLeft(double left)
void
setRight(double right)
void
setTop(double top)
QMarginsF
subtract(double subtrahend)
QMarginsF
subtract(QMarginsF margins)
QMargins
toMargins()
double
top()
String
toString()
void
writeTo(QDataStream arg__1)
-
Constructor Details
-
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
-