iterator

PyQt5.QtGui.QTextFrame.iterator

Description

The iterator class provides an iterator for reading the contents of a QTextFrame.

A frame consists of an arbitrary sequence of QTextBlocks and child QTextFrames. This class provides a way to iterate over the child objects of a frame, and read their contents. It does not provide a way to modify the contents of the frame.

Methods

__init__()

Constructs an invalid iterator.


__init__(iterator)

TODO


atEnd() → bool

TODO


currentBlock() → QTextBlock

TODO


currentFrame() → QTextFrame

TODO


__eq__(iterator) → bool

TODO


__iadd__(int) → iterator

TODO


__isub__(int) → iterator

TODO


__ne__(iterator) → bool

TODO


parentFrame() → QTextFrame

TODO