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

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

+ Inheritance diagram for PropertyComponent::LookAndFeelMethods:

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

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

Member Function Documentation

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

Implemented in LookAndFeel_V2.

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

Implemented in LookAndFeel_V2.

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

Implemented in LookAndFeel_V2.

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

Implemented in LookAndFeel_V2.


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