![]() |
|
PhoenixFileParser
1.5.1
Set of tools to ease file parsing
|
Action of the hightlighting. More...
#include <PHighlightParser.h>
Public Attributes | |
| PString | endPattern |
| End pattern to be used with the GET_UNITL_WITHOUT_PATTERN. | |
| PString | replaceAfterPattern |
| String to be placed after the replaced pattern. | |
| PString | replaceBeforePattern |
| String to be placed before the replaced pattern. | |
| PHighlightType::PHighlightType | type |
| Type of the hightlighting. | |
Action of the hightlighting.
Definition at line 23 of file PHighlightParser.h.
| PString PHighlightingAction::endPattern |
End pattern to be used with the GET_UNITL_WITHOUT_PATTERN.
Definition at line 31 of file PHighlightParser.h.
Referenced by PHighlightParser::addToken(), and PHighlightParser::doReplaceAction().
| PString PHighlightingAction::replaceAfterPattern |
String to be placed after the replaced pattern.
Definition at line 29 of file PHighlightParser.h.
Referenced by PHighlightParser::addToken(), PHighlightParser::addToken(), and PHighlightParser::doReplaceAction().
| PString PHighlightingAction::replaceBeforePattern |
String to be placed before the replaced pattern.
Definition at line 27 of file PHighlightParser.h.
Referenced by PHighlightParser::addToken(), PHighlightParser::addToken(), and PHighlightParser::doReplaceAction().
| PHighlightType::PHighlightType PHighlightingAction::type |
Type of the hightlighting.
Definition at line 25 of file PHighlightParser.h.
Referenced by PHighlightParser::addToken(), PHighlightParser::addToken(), and PHighlightParser::doReplaceAction().