This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality.
More...
#include <juce_TextEditor.h>
This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality.
◆ ~LookAndFeelMethods()
virtual TextEditor::LookAndFeelMethods::~LookAndFeelMethods |
( |
| ) |
|
|
virtualdefault |
◆ fillTextEditorBackground()
virtual void TextEditor::LookAndFeelMethods::fillTextEditorBackground |
( |
Graphics & | , |
|
|
int | width, |
|
|
int | height, |
|
|
TextEditor & | ) |
|
pure virtual |
◆ drawTextEditorOutline()
virtual void TextEditor::LookAndFeelMethods::drawTextEditorOutline |
( |
Graphics & | , |
|
|
int | width, |
|
|
int | height, |
|
|
TextEditor & | ) |
|
pure virtual |
◆ createCaretComponent()
The documentation for this struct was generated from the following file: