yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
TextEditor::Glyph Struct Reference

#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
 

Detailed Description

Definition at line 116 of file text_editor.h.

Constructor & Destructor Documentation

◆ Glyph()

TextEditor::Glyph::Glyph ( Char  aChar,
PaletteIndex  aColorIndex 
)
inline

Definition at line 123 of file text_editor.h.

Member Data Documentation

◆ mChar

Char TextEditor::Glyph::mChar

Definition at line 117 of file text_editor.h.

◆ mColorIndex

PaletteIndex TextEditor::Glyph::mColorIndex = PaletteIndex::Default

Definition at line 118 of file text_editor.h.

Referenced by TextEditor::GetGlyphColor().

◆ mComment

bool TextEditor::Glyph::mComment

Definition at line 119 of file text_editor.h.

Referenced by TextEditor::GetGlyphColor().

◆ mMultiLineComment

bool TextEditor::Glyph::mMultiLineComment

Definition at line 120 of file text_editor.h.

Referenced by TextEditor::GetGlyphColor().

◆ mPreprocessor

bool TextEditor::Glyph::mPreprocessor

Definition at line 121 of file text_editor.h.

Referenced by TextEditor::GetGlyphColor().


The documentation for this struct was generated from the following file: