This abstract base class is implemented by LookAndFeel classes to provide TreeView drawing functionality.
More...
#include <juce_TreeView.h>
This abstract base class is implemented by LookAndFeel classes to provide TreeView drawing functionality.
◆ ~LookAndFeelMethods()
virtual TreeView::LookAndFeelMethods::~LookAndFeelMethods |
( |
| ) |
|
|
virtualdefault |
◆ drawTreeviewPlusMinusBox()
virtual void TreeView::LookAndFeelMethods::drawTreeviewPlusMinusBox |
( |
Graphics & | , |
|
|
const Rectangle< float > & | area, |
|
|
Colour | backgroundColour, |
|
|
bool | isItemOpen, |
|
|
bool | isMouseOver ) |
|
pure virtual |
◆ areLinesDrawnForTreeView()
virtual bool TreeView::LookAndFeelMethods::areLinesDrawnForTreeView |
( |
TreeView & | | ) |
|
|
pure virtual |
◆ getTreeViewIndentSize()
virtual int TreeView::LookAndFeelMethods::getTreeViewIndentSize |
( |
TreeView & | | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: