LMMS
Loading...
Searching...
No Matches
juce::PropertyComponent::LookAndFeelMethods Struct Referenceabstract

#include <juce_PropertyComponent.h>

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

Public Member Functions

virtual ~LookAndFeelMethods ()=default
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< 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: