#include <HighlightBlock.h>

Public Member Functions | |
| QRegExp | getExp () const |
| Creates Regular Expression from pattern used for caching purposes. | |
| void | setPattern (QString _pattern) |
| HighlighType | type () |
| QString | getPattern () const |
Private Attributes | |
| QString | pattern |
| String pattern used for genereting QRegExp. | |
Definition at line 170 of file HighlightBlock.h.
| QRegExp SingleLineHighlightBlock::getExp | ( | ) | const [inline] |
Creates Regular Expression from pattern used for caching purposes.
Definition at line 180 of file HighlightBlock.h.
References pattern.
Referenced by HSyntaxHighlighterSettings::getSingleLineRules().
| QString SingleLineHighlightBlock::getPattern | ( | ) | const [inline] |
Text pattern getter used for configuration purposes
Definition at line 202 of file HighlightBlock.h.
References pattern.
Referenced by HBslPatternsPanel::HBslPatternsPanel(), and HSyntaxHighlighterSettings::saveConfig().
| void SingleLineHighlightBlock::setPattern | ( | QString | _pattern | ) | [inline] |
Text pattern setter used for configuration purposes
| _pattern | new pattern to be used |
Definition at line 190 of file HighlightBlock.h.
References pattern.
Referenced by HSyntaxHighlighterSettings::loadConfig(), and HBslPatternsPanel::patternEditChanged().
| HighlighType SingleLineHighlightBlock::type | ( | ) | [inline, virtual] |
Function for indicating a sub-type of HighlighBlock
Implements HighlightBlock.
Definition at line 192 of file HighlightBlock.h.
References HighlightBlock::sl.
QString SingleLineHighlightBlock::pattern [private] |
String pattern used for genereting QRegExp.
Definition at line 173 of file HighlightBlock.h.
Referenced by getExp(), getPattern(), and setPattern().
1.5.8