java.lang.Object
io.qt.QtObject
io.qt.gui.QTextFrame.iterator
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QTextFrame
Iterator for reading the contents of a QTextFrame
Java wrapper for Qt class QTextFrame::iterator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
atEnd()
clone()
Creates and returns a copy of this object.final QTextBlock
final QTextFrame
final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QTextFrame::iterator)
.final void
next()
final QTextFrame
final void
previous()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
iterator
public iterator() -
iterator
-
-
Method Details
-
atEnd
-
currentBlock
-
currentFrame
-
next
-
previous
-
equals
-
parentFrame
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QTextFrame::iterator)
. -
clone
Creates and returns a copy of this object.
-