This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality. More...
#include <juce_ResizableWindow.h>
Public Member Functions | |
virtual | ~LookAndFeelMethods () |
virtual void | drawCornerResizer (Graphics &, int w, int h, bool isMouseOver, bool isMouseDragging)=0 |
virtual void | drawResizableFrame (Graphics &, int w, int h, const BorderSize< int > &)=0 |
virtual void | drawResizableWindowBorder (Graphics &, int w, int h, const BorderSize< int > &border, ResizableWindow &)=0 |
virtual void | fillResizableWindowBackground (Graphics &, int w, int h, const BorderSize< int > &, ResizableWindow &)=0 |
This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.
|
inlinevirtual |
|
pure virtual |
Implemented in LookAndFeel_V2, and LookAndFeel_V1.
|
pure virtual |
Implemented in LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V2.