JUCE
|
This abstract base class is implemented by LookAndFeel classes. More...
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< int > | getPropertyComponentContentPosition (PropertyComponent &)=0 |
virtual int | getPropertyPanelSectionHeaderHeight (const String §ionTitle)=0 |
This abstract base class is implemented by LookAndFeel classes.
|
virtualdefault |
|
pure virtual |
Implemented in LookAndFeel_V2, and LookAndFeel_V4.
|
pure virtual |
Implemented in LookAndFeel_V2, and LookAndFeel_V4.
|
pure virtual |
Implemented in LookAndFeel_V2, and LookAndFeel_V4.
|
pure virtual |
Implemented in LookAndFeel_V2, and LookAndFeel_V4.
|
pure virtual |
Implemented in LookAndFeel_V2.