JUCE
Classes | Public Member Functions | Public Attributes | List of all members
CodeEditorComponent::ColourScheme Struct Reference

Defines a syntax highlighting colour scheme. More...

Classes

struct  TokenType
 Defines a colour for a token type. More...
 

Public Member Functions

void set (const String &name, Colour colour)
 

Public Attributes

Array< TokenTypetypes
 

Detailed Description

Defines a syntax highlighting colour scheme.

Member Function Documentation

◆ set()

void CodeEditorComponent::ColourScheme::set ( const String name,
Colour  colour 
)

Member Data Documentation

◆ types

Array<TokenType> CodeEditorComponent::ColourScheme::types

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