diff options
author | mae <qtc-committer@nokia.com> | 2008-12-05 13:19:57 +0100 |
---|---|---|
committer | mae <qtc-committer@nokia.com> | 2008-12-05 13:19:57 +0100 |
commit | 6d37029be86594ce1721452c49a04d04d6e5b879 (patch) | |
tree | 7ba74d39eb638661605c0ed29ea8c2ecb5f4c3e0 /shared/cplusplus/Control.cpp | |
parent | 354fcfc84182cd82f955076977801d3033d12dc8 (diff) | |
download | qt-creator-6d37029be86594ce1721452c49a04d04d6e5b879.tar.gz |
support different selection kinds in basetexteditor.
enum ExtraSelectionKind {
CurrentLineSelection,
ParenthesesMatchingSelection,
CodeWarningsSelection,
CodeSemanticsSelection,
OtherSelection,
NExtraSelectionKinds
};
void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections);
QList<QTextEdit::ExtraSelection> extraSelections(ExtraSelectionKind kind) const;
This is mainly for the benefit of the cppmodelmanager.
Diffstat (limited to 'shared/cplusplus/Control.cpp')
0 files changed, 0 insertions, 0 deletions