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

#include <juce_Label.h>

Inheritance diagram for Label::LookAndFeelMethods:
LookAndFeel LookAndFeel_V2 LookAndFeel_V1 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

◆ ~LookAndFeelMethods()

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

Member Function Documentation

◆ drawLabel()

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

Implemented in LookAndFeel_V2.

◆ getLabelFont()

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

Implemented in LookAndFeel_V2.


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