|
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 |
This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality. More...
#include "juce_TextEditor.h"
Public Member Functions | |
| virtual void | fillTextEditorBackground (Graphics &, int width, int height, TextEditor &)=0 |
| virtual void | drawTextEditorOutline (Graphics &, int width, int height, TextEditor &)=0 |
| virtual CaretComponent * | createCaretComponent (Component *keyFocusOwner)=0 |
This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality.
Definition at line 699 of file juce_TextEditor.h.