|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#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 |
Definition at line 136 of file TextEditor.h.
|
inline |
Definition at line 144 of file TextEditor.h.
| Char TextEditor::Glyph::mChar |
Definition at line 138 of file TextEditor.h.
| PaletteIndex TextEditor::Glyph::mColorIndex = PaletteIndex::Default |
Definition at line 139 of file TextEditor.h.
| bool TextEditor::Glyph::mComment |
Definition at line 140 of file TextEditor.h.
| bool TextEditor::Glyph::mMultiLineComment |
Definition at line 141 of file TextEditor.h.
| bool TextEditor::Glyph::mPreprocessor |
Definition at line 142 of file TextEditor.h.