|
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 |
Public Member Functions | |
| bool | update (CodeDocument &codeDoc, int lineNum, CodeDocument::Iterator &source, CodeTokeniser *tokeniser, const int tabSpaces, const CodeDocument::Position &selStart, const CodeDocument::Position &selEnd) |
| Optional< Rectangle< float > > | getHighlightArea (float x, int y, int lineH, float characterWidth) const |
| Optional< Rectangle< float > > | getHighlightArea (float x, int y, int lineH, float characterWidth, Range< int > highlightColumns) const |
| void | draw (CodeEditorComponent &owner, Graphics &g, const Font &fontToUse, const float rightClip, const float x, const int y, const int lineH, const float characterWidth) const |
Definition at line 121 of file juce_CodeEditorComponent.cpp.
|
noexcept |
Definition at line 124 of file juce_CodeEditorComponent.cpp.
| void juce::CodeEditorComponent::CodeEditorLine::draw | ( | CodeEditorComponent & | owner, |
| Graphics & | g, | ||
| const Font & | fontToUse, | ||
| const float | rightClip, | ||
| const float | x, | ||
| const int | y, | ||
| const int | lineH, | ||
| const float | characterWidth | ||
| ) | const |
Definition at line 196 of file juce_CodeEditorComponent.cpp.
| Optional< Rectangle< float > > juce::CodeEditorComponent::CodeEditorLine::getHighlightArea | ( | float | x, |
| int | y, | ||
| int | lineH, | ||
| float | characterWidth | ||
| ) | const |
Definition at line 177 of file juce_CodeEditorComponent.cpp.
| Optional< Rectangle< float > > juce::CodeEditorComponent::CodeEditorLine::getHighlightArea | ( | float | x, |
| int | y, | ||
| int | lineH, | ||
| float | characterWidth, | ||
| Range< int > | highlightColumns | ||
| ) | const |
Definition at line 182 of file juce_CodeEditorComponent.cpp.
| bool juce::CodeEditorComponent::CodeEditorLine::update | ( | CodeDocument & | codeDoc, |
| int | lineNum, | ||
| CodeDocument::Iterator & | source, | ||
| CodeTokeniser * | tokeniser, | ||
| const int | tabSpaces, | ||
| const CodeDocument::Position & | selStart, | ||
| const CodeDocument::Position & | selEnd | ||
| ) |
Definition at line 126 of file juce_CodeEditorComponent.cpp.