Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
the QTextFrame::iterator class provides a means of reading the contents of a QTextFrame. More...
#include <iterator>
the QTextFrame::iterator class provides a means of reading the contents of a QTextFrame.
A frame consists of an arbitrary sequence of QTextBlocks and child QTextFrames. This class provides a read-only means of iterating over the contents of a frame.
Constructs an invalid iterator.
Returns the current block the iterator points to. If the iterator points to a child frame, the returned block is invalid.
See also currentFrame().
Returns the current frame the iterator points to or 0 if the iterator currently points to a block.
See also currentBlock().
Moves the iterator to the next frame or block.
See also currentBlock() and currentFrame().
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Moves the iterator to the previous frame or block.
See also currentBlock() and currentFrame().
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp1 |