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

#include <juce_gui_basics.h>

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

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual void drawLabel (Graphics &, Label &)=0
 
virtual Font getLabelFont (Label &)=0
 

Detailed Description

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

Constructor & Destructor Documentation

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

Member Function Documentation

virtual void juce::Label::LookAndFeelMethods::drawLabel ( Graphics ,
Label  
)
pure virtual

Implemented in juce::LookAndFeel_V2.

virtual Font juce::Label::LookAndFeelMethods::getLabelFont ( Label )
pure virtual

Implemented in juce::LookAndFeel_V2.


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