This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.
More...
#include <juce_ResizableWindow.h>
|
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 | fillResizableWindowBackground (Graphics &, int w, int h, const BorderSize< int > &, ResizableWindow &)=0 |
|
virtual void | drawResizableWindowBorder (Graphics &, int w, int h, const BorderSize< int > &border, ResizableWindow &)=0 |
|
This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.
◆ ~LookAndFeelMethods()
virtual ResizableWindow::LookAndFeelMethods::~LookAndFeelMethods |
( |
| ) |
|
|
virtualdefault |
◆ drawCornerResizer()
virtual void ResizableWindow::LookAndFeelMethods::drawCornerResizer |
( |
Graphics & | , |
|
|
int | w, |
|
|
int | h, |
|
|
bool | isMouseOver, |
|
|
bool | isMouseDragging ) |
|
pure virtual |
◆ drawResizableFrame()
virtual void ResizableWindow::LookAndFeelMethods::drawResizableFrame |
( |
Graphics & | , |
|
|
int | w, |
|
|
int | h, |
|
|
const BorderSize< int > & | ) |
|
pure virtual |
◆ fillResizableWindowBackground()
◆ drawResizableWindowBorder()
The documentation for this struct was generated from the following file: