QtiPlot
0.9.8.2
|
Help class used for parentheses matching (code taken from Qt Quarterly Issue 31 · Q3 2009) More...
#include <ScriptEdit.h>
Public Member Functions | |
void | insert (ParenthesisInfo *info) |
QVector< ParenthesisInfo * > | parentheses () |
TextBlockData () | |
Private Attributes | |
QVector< ParenthesisInfo * > | m_parentheses |
Help class used for parentheses matching (code taken from Qt Quarterly Issue 31 · Q3 2009)
|
inline |
|
inline |
References ParenthesisInfo::position.
Referenced by SyntaxHighlighter::highlightBlock().
|
inline |
|
private |