com.trolltech.qt.gui
Class QTextFrame_iterator
java.lang.Object
com.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.gui.QTextFrame_iterator
- All Implemented Interfaces:
- QtJambiInterface, java.lang.Cloneable
public class QTextFrame_iterator
- extends QtJambiObject
- implements java.lang.Cloneable
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
QSignalEmitter.AbstractSignal, QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9 |
Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
currentSender |
Method Summary |
boolean |
atEnd()
Returns true if the current item is the last item in the text frame. |
QTextFrame_iterator |
clone()
This method is reimplemented for internal reasons |
QTextBlock |
currentBlock()
Returns the current block the iterator points to. |
QTextFrame |
currentFrame()
Returns the current frame pointed to by the iterator, or 0 if the iterator currently points to a block. |
void |
next()
Returns the next QTextFrame in this iterator. |
QTextFrame |
parentFrame()
Returns the parent frame of the current frame. |
void |
previous()
Returns the previous QTextFrame in this iterator. |
Methods inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
__qt_signalInitialization |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QTextFrame_iterator
public QTextFrame_iterator()
atEnd
public final boolean atEnd()
- Returns true if the current item is the last item in the text frame.
currentBlock
public final QTextBlock currentBlock()
- Returns the current block the iterator points to. If the iterator points to a child frame, the returned block is invalid.
- See also:
- currentFrame().
currentFrame
public final QTextFrame currentFrame()
- Returns the current frame pointed to by the iterator, or 0 if the iterator currently points to a block.
- See also:
- currentBlock().
parentFrame
public final QTextFrame parentFrame()
- Returns the parent frame of the current frame.
- See also:
- currentFrame(), and
QTextFrame::parentFrame()
.
next
public final void next()
- Returns the next QTextFrame in this iterator.
previous
public final void previous()
- Returns the previous QTextFrame in this iterator.
clone
public QTextFrame_iterator clone()
- This method is reimplemented for internal reasons
- Overrides:
clone
in class java.lang.Object