openshot-audio  0.1.2
Public Member Functions | List of all members
juce::GroupComponent::LookAndFeelMethods Struct Referenceabstract

#include <juce_gui_basics.h>

Inheritance diagram for juce::GroupComponent::LookAndFeelMethods:
juce::LookAndFeel juce::LookAndFeel_V2 juce::LookAndFeel_V1 juce::LookAndFeel_V3

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 juce::GroupComponent::LookAndFeelMethods::~LookAndFeelMethods ( )
inlinevirtual

Member Function Documentation

◆ drawGroupComponentOutline()

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

Implemented in juce::LookAndFeel_V2.


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