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 juce::TextEditor::LookAndFeelMethods::~LookAndFeelMethods |
( |
| ) |
|
|
inlinevirtual |
◆ createCaretComponent()
◆ drawTextEditorOutline()
virtual void juce::TextEditor::LookAndFeelMethods::drawTextEditorOutline |
( |
Graphics & |
, |
|
|
int |
width, |
|
|
int |
height, |
|
|
TextEditor & |
|
|
) |
| |
|
pure virtual |
◆ fillTextEditorBackground()
virtual void juce::TextEditor::LookAndFeelMethods::fillTextEditorBackground |
( |
Graphics & |
, |
|
|
int |
width, |
|
|
int |
height, |
|
|
TextEditor & |
|
|
) |
| |
|
pure virtual |
The documentation for this struct was generated from the following file: