This is the base and abstract class of a text document A TextDocument is the model part of the editor...
Definition: textdocument.h:40
RangeLineIterator(TextDocument *doc, const TextRange &range)
Constructs the range line iterator.
Definition: rangelineiterator.cpp:19
A single text region A region constists of an anchor and a caret: The anchor defines the 'start' of t...
Definition: textrange.h:29