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