|
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 |
@tags{GUI} More...
#include "juce_XMLCodeTokeniser.h"
Public Types | |
| enum | TokenType { tokenType_error , tokenType_comment , tokenType_keyword , tokenType_operator , tokenType_identifier , tokenType_string , tokenType_bracket , tokenType_punctuation , tokenType_preprocessor } |
| The token values returned by this tokeniser. More... | |
Public Member Functions | |
| int | readNextToken (CodeDocument::Iterator &) override |
| Reads the next token from the source and returns its token type. | |
| CodeEditorComponent::ColourScheme | getDefaultColourScheme () override |
| Returns a suggested syntax highlighting colour scheme. | |
@tags{GUI}
Definition at line 34 of file juce_XMLCodeTokeniser.h.
The token values returned by this tokeniser.
Definition at line 46 of file juce_XMLCodeTokeniser.h.
| juce::XmlTokeniser::XmlTokeniser | ( | ) |
Definition at line 29 of file juce_XMLCodeTokeniser.cpp.
|
override |
Definition at line 30 of file juce_XMLCodeTokeniser.cpp.
|
overridevirtual |
Returns a suggested syntax highlighting colour scheme.
Implements juce::CodeTokeniser.
Definition at line 32 of file juce_XMLCodeTokeniser.cpp.
|
overridevirtual |
Reads the next token from the source and returns its token type.
This must leave the source pointing to the first character in the next token.
Implements juce::CodeTokeniser.
Definition at line 94 of file juce_XMLCodeTokeniser.cpp.