JUCE
Public Member Functions | List of all members
TreeView::LookAndFeelMethods Struct Referenceabstract

This abstract base class is implemented by LookAndFeel classes to provide treeview drawing functionality. More...

+ Inheritance diagram for TreeView::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
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
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes to provide treeview drawing functionality.

Constructor & Destructor Documentation

virtual TreeView::LookAndFeelMethods::~LookAndFeelMethods ( )
virtual

Member Function Documentation

virtual void TreeView::LookAndFeelMethods::drawTreeviewPlusMinusBox ( Graphics ,
const Rectangle< float > &  area,
Colour  backgroundColour,
bool  isItemOpen,
bool  isMouseOver 
)
pure virtual

Implemented in LookAndFeel_V2, and LookAndFeel_V3.

virtual bool TreeView::LookAndFeelMethods::areLinesDrawnForTreeView ( TreeView )
pure virtual

Implemented in LookAndFeel_V2, and LookAndFeel_V3.

virtual int TreeView::LookAndFeelMethods::getTreeViewIndentSize ( TreeView )
pure virtual

Implemented in LookAndFeel_V2, and LookAndFeel_V3.


The documentation for this struct was generated from the following file: