|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Defines a syntax highlighting colour scheme. More...
#include "juce_CodeEditorComponent.h"
Classes | |
| struct | TokenType |
| Defines a colour for a token type. More... | |
Public Member Functions | |
| void | set (const String &name, Colour colour) |
Public Attributes | |
| Array< TokenType > | types |
Defines a syntax highlighting colour scheme.
Definition at line 244 of file juce_CodeEditorComponent.h.
| struct juce::CodeEditorComponent::ColourScheme::TokenType |
Defines a colour for a token type.
Definition at line 247 of file juce_CodeEditorComponent.h.
| Class Members | ||
|---|---|---|
| Colour | colour | |
| String | name | |
Definition at line 1695 of file juce_CodeEditorComponent.cpp.
Definition at line 253 of file juce_CodeEditorComponent.h.