yaze 0.2.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.

References mChar, mColorIndex, mComment, mMultiLineComment, and mPreprocessor.

Member Data Documentation

◆ mChar

Char TextEditor::Glyph::mChar

Definition at line 117 of file text_editor.h.

Referenced by Glyph().

◆ mColorIndex

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

Definition at line 118 of file text_editor.h.

Referenced by TextEditor::GetGlyphColor(), and Glyph().

◆ mComment

bool TextEditor::Glyph::mComment

Definition at line 119 of file text_editor.h.

Referenced by TextEditor::GetGlyphColor(), and Glyph().

◆ mMultiLineComment

bool TextEditor::Glyph::mMultiLineComment

Definition at line 120 of file text_editor.h.

Referenced by TextEditor::GetGlyphColor(), and Glyph().

◆ mPreprocessor

bool TextEditor::Glyph::mPreprocessor

Definition at line 121 of file text_editor.h.

Referenced by TextEditor::GetGlyphColor(), and Glyph().


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