JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::Label::LookAndFeelMethods Struct Referenceabstract

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

#include <juce_Label.h>

Inheritance diagram for juce::Label::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual void drawLabel (Graphics &, Label &)=0
 
virtual BorderSize< intgetLabelBorderSize (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 juce::Label::LookAndFeelMethods::~LookAndFeelMethods ( )
inlinevirtual

Member Function Documentation

◆ drawLabel()

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

Implemented in juce::LookAndFeel_V2.

◆ getLabelBorderSize()

virtual BorderSize<int> juce::Label::LookAndFeelMethods::getLabelBorderSize ( Label )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ getLabelFont()

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: