#include <text_editor.h>
Public Member Functions | |
Glyph (Char aChar, PaletteIndex aColorIndex) | |
Public Attributes | |
Char | mChar |
PaletteIndex | mColorIndex = PaletteIndex::Default |
bool | mComment: 1 |
bool | mMultiLineComment: 1 |
bool | mPreprocessor: 1 |
Definition at line 116 of file text_editor.h.
|
inline |
Definition at line 123 of file text_editor.h.
References mChar, mColorIndex, mComment, mMultiLineComment, and mPreprocessor.
Char TextEditor::Glyph::mChar |
Definition at line 117 of file text_editor.h.
Referenced by Glyph().
PaletteIndex TextEditor::Glyph::mColorIndex = PaletteIndex::Default |
Definition at line 118 of file text_editor.h.
Referenced by TextEditor::GetGlyphColor(), and Glyph().
bool TextEditor::Glyph::mComment |
Definition at line 119 of file text_editor.h.
Referenced by TextEditor::GetGlyphColor(), and Glyph().
bool TextEditor::Glyph::mMultiLineComment |
Definition at line 120 of file text_editor.h.
Referenced by TextEditor::GetGlyphColor(), and Glyph().
bool TextEditor::Glyph::mPreprocessor |
Definition at line 121 of file text_editor.h.
Referenced by TextEditor::GetGlyphColor(), and Glyph().