An object that receives callbacks from the CodeDocument when its text changes.
More...
#include <juce_CodeDocument.h>
An object that receives callbacks from the CodeDocument when its text changes.
- See also
- CodeDocument::addListener, CodeDocument::removeListener
◆ Listener()
juce::CodeDocument::Listener::Listener |
( |
| ) |
|
|
inline |
◆ ~Listener()
virtual juce::CodeDocument::Listener::~Listener |
( |
| ) |
|
|
inlinevirtual |
◆ codeDocumentTextDeleted()
virtual void juce::CodeDocument::Listener::codeDocumentTextDeleted |
( |
int |
startIndex, |
|
|
int |
endIndex |
|
) |
| |
|
pure virtual |
◆ codeDocumentTextInserted()
virtual void juce::CodeDocument::Listener::codeDocumentTextInserted |
( |
const String & |
newText, |
|
|
int |
insertIndex |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: