JUCE
|
This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality. More...
Public Member Functions | |
virtual | ~LookAndFeelMethods ()=default |
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.
|
virtualdefault |
|
pure virtual |
Implemented in LookAndFeel_V4, and LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V4, LookAndFeel_V2, LookAndFeel_V1, and LookAndFeel_V3.
|
pure virtual |
Implemented in LookAndFeel_V2.