java.lang.Object
io.qt.QtObject
io.qt.gui.QTextLength
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Encapsulates the different types of length used in a QTextDocument
Java wrapper for Qt class QTextLength
-
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
int
hashCode()
Returns the objects's hash code computed byqHash(QTextLength)
.final double
rawValue()
toString()
Seeoperator<<(QDebug,
QTextLength) final QTextLength.Type
type()
final double
value
(double maximumLength) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QTextLength
public QTextLength() -
QTextLength
-
-
Method Details
-
rawValue
-
type
-
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QTextLength)
. -
toString
See
operator<<(QDebug,
QTextLength) -
clone
Creates and returns a copy of this object.
-