JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::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 juce::TextEditor::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()=default
 
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 juce::TextEditor::LookAndFeelMethods::~LookAndFeelMethods ( )
virtualdefault

Member Function Documentation

◆ createCaretComponent()

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

Implemented in juce::LookAndFeel_V2.

◆ 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: