#include <stringProcessor.h>
Public Member Functions | |
| CharacterInfo (EChangeType type, int idx, const QString &ch, EFontSize size, EModifier mod) | |
Public Attributes | |
| EChangeType | changeType |
| type of change to do | |
| QString | character |
| character to be used | |
| EFontSize | fontSize |
| font size changer | |
| EModifier | modifier |
| symbol modifier | |
| int | textIdx |
| idx to original string, where change starts | |
Definition at line 74 of file stringProcessor.h.
| StringProcessor::CharacterInfo::CharacterInfo | ( | EChangeType | type, | |
| int | idx, | |||
| const QString & | ch, | |||
| EFontSize | size, | |||
| EModifier | mod | |||
| ) | [explicit] |
Definition at line 152 of file stringProcessor.cpp.
References DBGLOG_SP.
character to be used
Definition at line 78 of file stringProcessor.h.
Referenced by LabelSyntaxChecker::AlphabetOrAlphabetMinusPattern(), LabelSyntaxChecker::BarPatternNext(), LabelSyntaxChecker::checkSyntax(), LabelSyntaxChecker::NormalPatternNext(), operator<<(), StringProcessor::parseSymbols(), LabelSyntaxChecker::processBarredCharacter(), LabelSyntaxChecker::processCharacter(), AutomataWorkSimulator::saveInputState(), and AutomataWorkSimulator::setInput().
font size changer
Definition at line 79 of file stringProcessor.h.
Referenced by operator<<(), and StringProcessor::updateFont().
symbol modifier
Definition at line 80 of file stringProcessor.h.
Referenced by LabelSyntaxChecker::checkSyntax(), operator<<(), LabelSyntaxChecker::processBarredCharacter(), LabelSyntaxChecker::processCharacter(), and StringProcessor::updateFont().
idx to original string, where change starts
Definition at line 77 of file stringProcessor.h.
Referenced by operator<<().
1.7.0