java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTextFrame.iterator
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QTextFrame
public static class QTextFrame.iterator extends QtObject implements Cloneable
Iterator for reading the contents of a QTextFrame
Java wrapper for Qt class QTextFrame::iterator
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description iterator()
iterator(QTextFrame.iterator o)
protected
iterator(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description boolean
atEnd()
QTextFrame.iterator
clone()
QTextBlock
currentBlock()
QTextFrame
currentFrame()
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()
void
next()
QTextFrame
parentFrame()
void
previous()
-
Constructor Details
-
Method Details
-
atEnd
-
currentBlock
-
currentFrame
-
next
-
previous
-
parentFrame
-
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
-
clone
-