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