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

This abstract base class is implemented by LookAndFeel classes. More...

+ Inheritance diagram for StretchableLayoutResizerBar::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual void drawStretchableLayoutResizerBar (Graphics &, int w, int h, bool isVerticalBar, bool isMouseOver, bool isMouseDragging)=0
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes.

Constructor & Destructor Documentation

virtual StretchableLayoutResizerBar::LookAndFeelMethods::~LookAndFeelMethods ( )
virtual

Member Function Documentation

virtual void StretchableLayoutResizerBar::LookAndFeelMethods::drawStretchableLayoutResizerBar ( Graphics ,
int  w,
int  h,
bool  isVerticalBar,
bool  isMouseOver,
bool  isMouseDragging 
)
pure virtual

Implemented in LookAndFeel_V2, and LookAndFeel_V3.


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