|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality. More...
#include "juce_TabbedButtonBar.h"
Public Member Functions | |
| virtual int | getTabButtonSpaceAroundImage ()=0 |
| virtual int | getTabButtonOverlap (int tabDepth)=0 |
| virtual int | getTabButtonBestWidth (TabBarButton &, int tabDepth)=0 |
| virtual Rectangle< int > | getTabButtonExtraComponentBounds (const TabBarButton &, Rectangle< int > &textArea, Component &extraComp)=0 |
| virtual void | drawTabButton (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown)=0 |
| virtual Font | getTabButtonFont (TabBarButton &, float height)=0 |
| virtual void | drawTabButtonText (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown)=0 |
| virtual void | drawTabbedButtonBarBackground (TabbedButtonBar &, Graphics &)=0 |
| virtual void | drawTabAreaBehindFrontButton (TabbedButtonBar &, Graphics &, int w, int h)=0 |
| virtual void | createTabButtonShape (TabBarButton &, Path &path, bool isMouseOver, bool isMouseDown)=0 |
| virtual void | fillTabButtonShape (TabBarButton &, Graphics &, const Path &path, bool isMouseOver, bool isMouseDown)=0 |
| virtual Button * | createTabBarExtrasButton ()=0 |
This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.
Definition at line 309 of file juce_TabbedButtonBar.h.