PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
TextEditor::Glyph Struct Reference

#include <TextEditor.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 136 of file TextEditor.h.

Constructor & Destructor Documentation

◆ Glyph()

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

Definition at line 144 of file TextEditor.h.

144 : mChar(aChar), mColorIndex(aColorIndex),
145 mComment(false), mMultiLineComment(false), mPreprocessor(false) {}
PaletteIndex mColorIndex
Definition TextEditor.h:139

Member Data Documentation

◆ mChar

Char TextEditor::Glyph::mChar

Definition at line 138 of file TextEditor.h.

◆ mColorIndex

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

Definition at line 139 of file TextEditor.h.

◆ mComment

bool TextEditor::Glyph::mComment

Definition at line 140 of file TextEditor.h.

◆ mMultiLineComment

bool TextEditor::Glyph::mMultiLineComment

Definition at line 141 of file TextEditor.h.

◆ mPreprocessor

bool TextEditor::Glyph::mPreprocessor

Definition at line 142 of file TextEditor.h.


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