PaintContext Class(QAbstractTextDocumentLayout::PaintContext)The QAbstractTextDocumentLayout::PaintContext class is a convenience class defining the parameters used when painting a document's layout. More... #include <QAbstractTextDocumentLayout>
Public Variables
Detailed DescriptionThe QAbstractTextDocumentLayout::PaintContext class is a convenience class defining the parameters used when painting a document's layout. A paint context is used when rendering custom layouts for QTextDocuments with the QAbstractTextDocumentLayout::draw() function. It is specified by a cursor position, default text color, clip rectangle and a collection of selections. See also QAbstractTextDocumentLayout. Member Variable Documentation
|