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
-
Constructor Summary
ConstructorDescriptionQTextLength
(QTextLength other) SeeQTextLength::
QTextLength(QTextLength) QTextLength
(QTextLength.Type type, double value) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
equals
(QTextLength other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QTextLength)
.final double
rawValue()
void
readFrom
(QDataStream arg__1) Seeoperator>>(QDataStream&,
QTextLength&) toString()
Seeoperator<<(QDebug,
QTextLength) final QTextLength.Type
type()
final double
value
(double maximumLength) void
writeTo
(QDataStream arg__1) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QTextLength
public QTextLength() -
QTextLength
See
QTextLength::
QTextLength(QTextLength) -
QTextLength
-
-
Method Details
-
writeTo
-
equals
-
readFrom
See
operator>>(QDataStream&,
QTextLength&) -
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.
See
QTextLength::
QTextLength(QTextLength)
-