#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.
| Char TextEditor::Glyph::mChar |
Definition at line 117 of file text_editor.h.
| PaletteIndex TextEditor::Glyph::mColorIndex = PaletteIndex::Default |
Definition at line 118 of file text_editor.h.
Referenced by TextEditor::GetGlyphColor().
| bool TextEditor::Glyph::mComment |
Definition at line 119 of file text_editor.h.
Referenced by TextEditor::GetGlyphColor().
| bool TextEditor::Glyph::mMultiLineComment |
Definition at line 120 of file text_editor.h.
Referenced by TextEditor::GetGlyphColor().
| bool TextEditor::Glyph::mPreprocessor |
Definition at line 121 of file text_editor.h.
Referenced by TextEditor::GetGlyphColor().