Qt:Документация 4.3.2/qabstracttextdocumentlayout-selection

Материал из Wiki.crossplatform.ru

(Различия между версиями)
Перейти к: навигация, поиск
(Новая: {{Qt4.3.2_header}} =QAbstractTextDocumentLayout::Selection Class Reference<br /><sup><sup>[модуль QtGui ] </sup></sup>= The QAbstrac...)
 
Строка 4: Строка 4:
The QAbstractTextDocumentLayout::Selection class is a convenience class defining the parameters of a selection. [[#details | More...]]
The QAbstractTextDocumentLayout::Selection class is a convenience class defining the parameters of a selection. [[#details | More...]]
-
<source lang="cpp-qt"> #include <[[Qt:Документация 4.3.2/qabstracttextdocumentlayout | QAbstractTextDocumentLayout]]></source>  
+
<source lang="cpp-qt"> #include <QAbstractTextDocumentLayout></source>  
*[[Qt:Документация 4.3.2/qabstracttextdocumentlayout-selection-members | Список всех членов включая унаследованные]]
*[[Qt:Документация 4.3.2/qabstracttextdocumentlayout-selection-members | Список всех членов включая унаследованные]]
<div id="public-variables"></div>
<div id="public-variables"></div>

Текущая версия на 10:50, 14 ноября 2008

40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] QAbstractTextDocumentLayout::Selection Class Reference
[модуль QtGui ]

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

 #include <QAbstractTextDocumentLayout>

[править] Public Variables


[править] Подробное описание

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.


[править] Member Variable Documentation

[править]
QTextCursor Selection::cursor

This variable holds the selection's cursor.

The default value is a null cursor.

[править]
QTextCharFormat Selection::format

This variable holds the format of the selection.

The default value is QTextFormat::InvalidFormat.


Copyright © 2007 Trolltech Trademarks
Qt 4.3.2