JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::PropertyComponent::LookAndFeelMethods Struct Referenceabstract

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

#include <juce_PropertyComponent.h>

Inheritance diagram for juce::PropertyComponent::LookAndFeelMethods:

Public Member Functions

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

Detailed Description

This abstract base class is implemented by LookAndFeel classes.

Constructor & Destructor Documentation

◆ ~LookAndFeelMethods()

virtual juce::PropertyComponent::LookAndFeelMethods::~LookAndFeelMethods ( )
virtualdefault

Member Function Documentation

◆ drawPropertyComponentBackground()

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

◆ drawPropertyComponentLabel()

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

◆ drawPropertyPanelSectionHeader()

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

◆ getPropertyComponentContentPosition()

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

◆ getPropertyPanelSectionHeaderHeight()

virtual int juce::PropertyComponent::LookAndFeelMethods::getPropertyPanelSectionHeaderHeight ( const String sectionTitle)
pure virtual

Implemented in juce::LookAndFeel_V2.


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