|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
This abstract base class is implemented by LookAndFeel classes. More...
#include "juce_PropertyComponent.h"
Public Member Functions | |
| 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 |
| virtual int | getPropertyPanelSectionHeaderHeight (const String §ionTitle)=0 |
This abstract base class is implemented by LookAndFeel classes.
Definition at line 123 of file juce_PropertyComponent.h.