◆ Pimpl()
◆ codeDocumentTextDeleted()
| void juce::CodeEditorComponent::Pimpl::codeDocumentTextDeleted |
( |
int | startIndex, |
|
|
int | endIndex ) |
|
inlineoverrideprivatevirtual |
◆ codeDocumentTextInserted()
| void juce::CodeEditorComponent::Pimpl::codeDocumentTextInserted |
( |
const String & | newText, |
|
|
int | insertIndex ) |
|
inlineoverrideprivatevirtual |
◆ handleAsyncUpdate()
| void juce::CodeEditorComponent::Pimpl::handleAsyncUpdate |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
Called back to do whatever your class needs to do.
This method is called by the message thread at the next convenient time after the triggerAsyncUpdate() method has been called.
Implements juce::AsyncUpdater.
◆ scrollBarMoved()
| void juce::CodeEditorComponent::Pimpl::scrollBarMoved |
( |
ScrollBar * | scrollBarThatHasMoved, |
|
|
double | newRangeStart ) |
|
inlineoverrideprivatevirtual |
Called when a ScrollBar is moved.
- Parameters
-
| scrollBarThatHasMoved | the bar that has moved |
| newRangeStart | the new range start of this bar |
Implements juce::ScrollBar::Listener.
◆ timerCallback()
| void juce::CodeEditorComponent::Pimpl::timerCallback |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
The user-defined callback routine that actually gets called periodically.
It's perfectly ok to call startTimer() or stopTimer() from within this callback to change the subsequent intervals.
Implements juce::Timer.
◆ owner
The documentation for this class was generated from the following file: