This abstract base class is implemented by LookAndFeel classes.
More...
#include <juce_PropertyComponent.h>
|
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< int > | getPropertyComponentContentPosition (PropertyComponent &)=0 |
|
virtual int | getPropertyPanelSectionHeaderHeight (const String §ionTitle)=0 |
|
This abstract base class is implemented by LookAndFeel classes.
◆ ~LookAndFeelMethods()
virtual juce::PropertyComponent::LookAndFeelMethods::~LookAndFeelMethods |
( |
| ) |
|
|
virtualdefault |
◆ drawPropertyComponentBackground()
◆ drawPropertyComponentLabel()
◆ drawPropertyPanelSectionHeader()
virtual void juce::PropertyComponent::LookAndFeelMethods::drawPropertyPanelSectionHeader |
( |
Graphics & |
, |
|
|
const String & |
name, |
|
|
bool |
isOpen, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
pure virtual |
◆ getPropertyComponentContentPosition()
◆ getPropertyPanelSectionHeaderHeight()
virtual int juce::PropertyComponent::LookAndFeelMethods::getPropertyPanelSectionHeaderHeight |
( |
const String & |
sectionTitle | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: