Class, that describes C++ code highlighter.
More...
#include <QCXXHighlighter.hpp>
Class, that describes C++ code highlighter.
Definition at line 17 of file QCXXHighlighter.hpp.
◆ QCXXHighlighter()
QCXXHighlighter::QCXXHighlighter |
( |
QTextDocument * |
document = nullptr | ) |
|
|
explicit |
Constructor.
- Parameters
-
document | Pointer to document. |
◆ highlightBlock()
void QCXXHighlighter::highlightBlock |
( |
const QString & |
text | ) |
|
|
overrideprotected |
◆ m_commentEndPattern
QRegularExpression QCXXHighlighter::m_commentEndPattern |
|
private |
◆ m_commentStartPattern
QRegularExpression QCXXHighlighter::m_commentStartPattern |
|
private |
◆ m_defTypePattern
QRegularExpression QCXXHighlighter::m_defTypePattern |
|
private |
◆ m_functionPattern
QRegularExpression QCXXHighlighter::m_functionPattern |
|
private |
◆ m_highlightRules
◆ m_includePattern
QRegularExpression QCXXHighlighter::m_includePattern |
|
private |
The documentation for this class was generated from the following files: