bool hasMoveInto(int pos, int length)
void doMove(const Move &move)
bool hasOverlap(int pos, int length)
void doReplace(const Replace &replace)
The QTextCursor class offers an API to access and modify QTextDocuments.
void replace(int pos, int length, const QString &replacement)
QList< Replace > replaceList
void move(int pos, int length, int to)