This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality.
More...
#include <gin_singlelinetexteditor.h>
This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality.
◆ ~LookAndFeelMethods()
virtual SingleLineTextEditor::LookAndFeelMethods::~LookAndFeelMethods |
( |
| ) |
|
|
virtual |
◆ fillSingleLineTextEditorBackground()
virtual void SingleLineTextEditor::LookAndFeelMethods::fillSingleLineTextEditorBackground |
( |
juce::Graphics & |
, |
|
|
int |
width, |
|
|
int |
height, |
|
|
SingleLineTextEditor & |
|
|
) |
| |
|
pure virtual |
◆ drawSingleLineTextEditorOutline()
virtual void SingleLineTextEditor::LookAndFeelMethods::drawSingleLineTextEditorOutline |
( |
juce::Graphics & |
, |
|
|
int |
width, |
|
|
int |
height, |
|
|
SingleLineTextEditor & |
|
|
) |
| |
|
pure virtual |
◆ createSingleLineCaretComponent()
virtual juce::CaretComponent * SingleLineTextEditor::LookAndFeelMethods::createSingleLineCaretComponent |
( |
Component * |
keyFocusOwner | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: