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

#include <juce_PropertyComponent.h>

Inheritance diagram for PropertyComponent::LookAndFeelMethods:
LookAndFeel LookAndFeel_V2 LookAndFeel_V1 LookAndFeel_V3

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual void drawPropertyPanelSectionHeader (Graphics &, const String &name, bool isOpen, int width, int height)=0
 
virtual void drawPropertyComponentBackground (Graphics &, int width, int height, PropertyComponent &)=0
 
virtual void drawPropertyComponentLabel (Graphics &, int width, int height, PropertyComponent &)=0
 
virtual Rectangle< int > getPropertyComponentContentPosition (PropertyComponent &)=0
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes.

Constructor & Destructor Documentation

◆ ~LookAndFeelMethods()

virtual PropertyComponent::LookAndFeelMethods::~LookAndFeelMethods ( )
inlinevirtual

Member Function Documentation

◆ drawPropertyComponentBackground()

virtual void PropertyComponent::LookAndFeelMethods::drawPropertyComponentBackground ( Graphics ,
int  width,
int  height,
PropertyComponent  
)
pure virtual

Implemented in LookAndFeel_V2.

◆ drawPropertyComponentLabel()

virtual void PropertyComponent::LookAndFeelMethods::drawPropertyComponentLabel ( Graphics ,
int  width,
int  height,
PropertyComponent  
)
pure virtual

Implemented in LookAndFeel_V2.

◆ drawPropertyPanelSectionHeader()

virtual void PropertyComponent::LookAndFeelMethods::drawPropertyPanelSectionHeader ( Graphics ,
const String name,
bool  isOpen,
int  width,
int  height 
)
pure virtual

Implemented in LookAndFeel_V2.

◆ getPropertyComponentContentPosition()

virtual Rectangle<int> PropertyComponent::LookAndFeelMethods::getPropertyComponentContentPosition ( PropertyComponent )
pure virtual

Implemented in LookAndFeel_V2.


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