This abstract base class is implemented by LookAndFeel classes.
More...
#include <juce_Toolbar.h>
|
virtual | ~LookAndFeelMethods ()=default |
|
virtual void | paintToolbarBackground (Graphics &, int width, int height, Toolbar &)=0 |
|
virtual Button * | createToolbarMissingItemsButton (Toolbar &)=0 |
|
virtual void | paintToolbarButtonBackground (Graphics &, int width, int height, bool isMouseOver, bool isMouseDown, ToolbarItemComponent &)=0 |
|
virtual void | paintToolbarButtonLabel (Graphics &, int x, int y, int width, int height, const String &text, ToolbarItemComponent &)=0 |
|
This abstract base class is implemented by LookAndFeel classes.
◆ ~LookAndFeelMethods()
virtual Toolbar::LookAndFeelMethods::~LookAndFeelMethods |
( |
| ) |
|
|
virtualdefault |
◆ paintToolbarBackground()
virtual void Toolbar::LookAndFeelMethods::paintToolbarBackground |
( |
Graphics & | , |
|
|
int | width, |
|
|
int | height, |
|
|
Toolbar & | ) |
|
pure virtual |
◆ createToolbarMissingItemsButton()
virtual Button * Toolbar::LookAndFeelMethods::createToolbarMissingItemsButton |
( |
Toolbar & | | ) |
|
|
pure virtual |
◆ paintToolbarButtonBackground()
virtual void Toolbar::LookAndFeelMethods::paintToolbarButtonBackground |
( |
Graphics & | , |
|
|
int | width, |
|
|
int | height, |
|
|
bool | isMouseOver, |
|
|
bool | isMouseDown, |
|
|
ToolbarItemComponent & | ) |
|
pure virtual |
◆ paintToolbarButtonLabel()
The documentation for this struct was generated from the following file: