This is the base and abstract class of a text document A TextDocument is the model part of the editor...
Definition textdocument.h:42
A single text region A region constists of an anchor and a caret: The anchor defines the 'start' of t...
Definition textrange.h:29
The basic textrange class. A simple class of textrange with a simple vector implementation.
Definition textrange.h:202
The text searcher is a class to remember the current search operation It remembers the current search...
Definition textsearcher.h:24
TextSearcher(QObject *parent=0)
Definition textsearcher.cpp:19
SyntaxType
Definition textsearcher.h:28
@ SyntaxRegExp
Definition textsearcher.h:30
@ SyntaxPlainString
Definition textsearcher.h:29