JUCE  v5.1.1-3-g1a0b28c73
JUCE API
GroupComponent::LookAndFeelMethods Struct Referenceabstract

This abstract base class is implemented by LookAndFeel classes. More...

#include <juce_GroupComponent.h>

Inheritance diagram for GroupComponent::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual void drawGroupComponentOutline (Graphics &, int w, int h, const String &text, const Justification &, GroupComponent &)=0
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes.

Constructor & Destructor Documentation

◆ ~LookAndFeelMethods()

virtual GroupComponent::LookAndFeelMethods::~LookAndFeelMethods ( )
inlinevirtual

Member Function Documentation

◆ drawGroupComponentOutline()

virtual void GroupComponent::LookAndFeelMethods::drawGroupComponentOutline ( Graphics ,
int  w,
int  h,
const String text,
const Justification ,
GroupComponent  
)
pure virtual

Implemented in LookAndFeel_V2.


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