|
| | CodeEditorLine () noexcept |
| bool | update (CodeDocument &codeDoc, int lineNum, CodeDocument::Iterator &source, CodeTokeniser *tokeniser, const int tabSpaces, const CodeDocument::Position &selStart, const CodeDocument::Position &selEnd) |
| void | getHighlightArea (RectangleList< float > &area, float x, int y, int lineH, float characterWidth) 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 |
◆ CodeEditorLine()
| juce::CodeEditorComponent::CodeEditorLine::CodeEditorLine |
( |
| ) |
|
|
inlinenoexcept |
◆ addToken()
◆ createTokens()
◆ draw()
◆ getHighlightArea()
| void juce::CodeEditorComponent::CodeEditorLine::getHighlightArea |
( |
RectangleList< float > & | area, |
|
|
float | x, |
|
|
int | y, |
|
|
int | lineH, |
|
|
float | characterWidth ) const |
|
inline |
◆ indexToColumn()
| int juce::CodeEditorComponent::CodeEditorLine::indexToColumn |
( |
int | index, |
|
|
const String & | line, |
|
|
int | tabSpaces ) const |
|
inlineprivatenoexcept |
◆ replaceTabsWithSpaces()
◆ update()
◆ highlightColumnEnd
| int juce::CodeEditorComponent::CodeEditorLine::highlightColumnEnd = 0 |
|
private |
◆ highlightColumnStart
| int juce::CodeEditorComponent::CodeEditorLine::highlightColumnStart = 0 |
|
private |
◆ tokens
The documentation for this class was generated from the following file: