This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality. More...
#include <juce_ResizableWindow.h>
Public Member Functions | |
virtual | ~LookAndFeelMethods ()=default |
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.
|
virtualdefault |
|
pure virtual |
Implemented in juce::LookAndFeel_V2, and juce::LookAndFeel_V1.
|
pure virtual |
Implemented in juce::LookAndFeel_V2.
|
pure virtual |
Implemented in juce::LookAndFeel_V2.
|
pure virtual |
Implemented in juce::LookAndFeel_V2.