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 .
此变量保持选定的光标
默认值为 null 光标。
此变量保持选定的格式
默认值为 QTextFormat::InvalidFormat .