Home · All Classes · Modules

QAbstractTextDocumentLayout.Selection Class Reference
[QtGui module]

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

Methods

Members


Detailed Description

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

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

See also QAbstractTextDocumentLayout and PaintContext.


Method Documentation

Selection.__init__ (self)

Selection.__init__ (self, Selection other)


Member Documentation

QTextCursor cursor

This variable holds the selection's cursor.

The default value is a null cursor.

QTextCharFormat format

This variable holds the format of the selection.

The default value is QTextFormat.InvalidFormat.


PyQt 4.3.1 for X11Copyright © Riverbank Computing Ltd and Trolltech AS 2007Qt 4.3.0