CopperSpice API  1.9.1
QAbstractTextDocumentLayout::Selection Class Reference

A convenience class defining the parameters of a document selection. More...

Detailed Description

The QAbstractTextDocumentLayout::Selection class is a convenience class defining the parameters of a document selection.

A selection can be used to specify a part of a document that should be highlighted when drawing custom layouts for QTextDocuments with the QAbstractTextDocumentLayout::draw() function. It is specified using cursor and a format.

See also
QAbstractTextDocumentLayout, PaintContext