![]() |
Qt 4.8
|
The QTextEdit::ExtraSelection structure provides a way of specifying a character format for a given selection in a document. More...
#include <qtextedit.h>
Public Variables | |
| QTextCursor | cursor |
| A cursor that contains a selection in a QTextDocument. More... | |
| QTextCharFormat | format |
| A format that is used to specify a foreground or background brush/color for the selection. More... | |
The QTextEdit::ExtraSelection structure provides a way of specifying a character format for a given selection in a document.
Definition at line 222 of file qtextedit.h.
| QTextEdit::ExtraSelection::cursor |
A cursor that contains a selection in a QTextDocument.
Definition at line 224 of file qtextedit.h.
Referenced by QTextControl::extraSelections(), QTextControl::setExtraSelections(), and QScriptEdit::updateExtraSelections().
| QTextEdit::ExtraSelection::format |
A format that is used to specify a foreground or background brush/color for the selection.
Definition at line 225 of file qtextedit.h.
Referenced by QTextControl::extraSelections(), QTextControl::setExtraSelections(), and QScriptEdit::updateExtraSelections().