JUCE  v5.1.1-3-g1a0b28c73
JUCE API
TextEditor::LookAndFeelMethods Struct Referenceabstract

This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality. More...

#include <juce_TextEditor.h>

Inheritance diagram for TextEditor::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual CaretComponentcreateCaretComponent (Component *keyFocusOwner)=0
 
virtual void drawTextEditorOutline (Graphics &, int width, int height, TextEditor &)=0
 
virtual void fillTextEditorBackground (Graphics &, int width, int height, TextEditor &)=0
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality.

Constructor & Destructor Documentation

◆ ~LookAndFeelMethods()

virtual TextEditor::LookAndFeelMethods::~LookAndFeelMethods ( )
inlinevirtual

Member Function Documentation

◆ createCaretComponent()

virtual CaretComponent* TextEditor::LookAndFeelMethods::createCaretComponent ( Component keyFocusOwner)
pure virtual

Implemented in LookAndFeel_V2.

◆ drawTextEditorOutline()

virtual void TextEditor::LookAndFeelMethods::drawTextEditorOutline ( Graphics ,
int  width,
int  height,
TextEditor  
)
pure virtual

◆ fillTextEditorBackground()

virtual void TextEditor::LookAndFeelMethods::fillTextEditorBackground ( Graphics ,
int  width,
int  height,
TextEditor  
)
pure virtual

Implemented in LookAndFeel_V4, and LookAndFeel_V2.


The documentation for this struct was generated from the following file: