JUCE
|
This abstract base class is implemented by LookAndFeel classes to provide treeview drawing functionality. More...
Public Member Functions | |
virtual | ~LookAndFeelMethods ()=default |
virtual void | drawTreeviewPlusMinusBox (Graphics &, const Rectangle< float > &area, Colour backgroundColour, bool isItemOpen, bool isMouseOver)=0 |
virtual bool | areLinesDrawnForTreeView (TreeView &)=0 |
virtual int | getTreeViewIndentSize (TreeView &)=0 |
This abstract base class is implemented by LookAndFeel classes to provide treeview drawing functionality.
|
virtualdefault |
|
pure virtual |
Implemented in LookAndFeel_V2, and LookAndFeel_V3.
|
pure virtual |
Implemented in LookAndFeel_V2, and LookAndFeel_V3.
Implemented in LookAndFeel_V2, and LookAndFeel_V3.