JUCE
Public Member Functions | List of all members
GroupComponent::LookAndFeelMethods Struct Referenceabstract

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

+ 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

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

Member Function Documentation

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: