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

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

#include <juce_SidePanel.h>

Inheritance diagram for juce::SidePanel::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual Path getSidePanelDismissButtonShape (SidePanel &)=0
 
virtual Font getSidePanelTitleFont (SidePanel &)=0
 
virtual Justification getSidePanelTitleJustification (SidePanel &)=0
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~LookAndFeelMethods()

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

Member Function Documentation

◆ getSidePanelDismissButtonShape()

virtual Path juce::SidePanel::LookAndFeelMethods::getSidePanelDismissButtonShape ( SidePanel )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ getSidePanelTitleFont()

virtual Font juce::SidePanel::LookAndFeelMethods::getSidePanelTitleFont ( SidePanel )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ getSidePanelTitleJustification()

virtual Justification juce::SidePanel::LookAndFeelMethods::getSidePanelTitleJustification ( SidePanel )
pure virtual

Implemented in juce::LookAndFeel_V2.


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