|
JUCE
|
This abstract base class is implemented by LookAndFeel classes. More...
Inheritance diagram for PropertyComponent::LookAndFeelMethods:Public Member Functions | |
| virtual | ~LookAndFeelMethods () |
| 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 |
This abstract base class is implemented by LookAndFeel classes.
|
virtual |
|
pure virtual |
Implemented in LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V2.