openshot-audio  0.1.7
Public Member Functions | List of all members
juce::TextEditor::LookAndFeelMethods Struct Referenceabstract

#include <juce_gui_basics.h>

Inheritance diagram for juce::TextEditor::LookAndFeelMethods:
juce::LookAndFeel juce::LookAndFeel_V2 juce::LookAndFeel_V1 juce::LookAndFeel_V3

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Implemented in juce::LookAndFeel_V2.

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

Implemented in juce::LookAndFeel_V2.


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