Selection 结构

struct QAbstractTextDocumentLayout ::Selection

The QAbstractTextDocumentLayout::Selection 类是定义选定参数的方便类。 更多...

公共变量

QTextCursor cursor
QTextCharFormat format

详细描述

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 () 函数。指定它使用 cursor format .

另请参阅 QAbstractTextDocumentLayout and PaintContext .

成员变量文档编制

QTextCursor Selection:: cursor

此变量保持选定的光标

默认值为 null 光标。

QTextCharFormat Selection:: format

此变量保持选定的格式

默认值为 QTextFormat::InvalidFormat .