LMMS
Loading...
Searching...
No Matches
juce::TabbedButtonBar::LookAndFeelMethods Struct Referenceabstract

#include <juce_TabbedButtonBar.h>

Inheritance diagram for juce::TabbedButtonBar::LookAndFeelMethods:
juce::LookAndFeel juce::LookAndFeel_V2 juce::LookAndFeel_V1 juce::LookAndFeel_V3 juce::LookAndFeel_V4

Public Member Functions

virtual ~LookAndFeelMethods ()=default
virtual int getTabButtonSpaceAroundImage ()=0
virtual int getTabButtonOverlap (int tabDepth)=0
virtual int getTabButtonBestWidth (TabBarButton &, int tabDepth)=0
virtual Rectangle< intgetTabButtonExtraComponentBounds (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 ButtoncreateTabBarExtrasButton ()=0

Detailed Description

This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.

Constructor & Destructor Documentation

◆ ~LookAndFeelMethods()

virtual juce::TabbedButtonBar::LookAndFeelMethods::~LookAndFeelMethods ( )
virtualdefault

Member Function Documentation

◆ createTabBarExtrasButton()

virtual Button * juce::TabbedButtonBar::LookAndFeelMethods::createTabBarExtrasButton ( )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ createTabButtonShape()

virtual void juce::TabbedButtonBar::LookAndFeelMethods::createTabButtonShape ( TabBarButton & ,
Path & path,
bool isMouseOver,
bool isMouseDown )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ drawTabAreaBehindFrontButton()

virtual void juce::TabbedButtonBar::LookAndFeelMethods::drawTabAreaBehindFrontButton ( TabbedButtonBar & ,
Graphics & ,
int w,
int h )
pure virtual

◆ drawTabbedButtonBarBackground()

virtual void juce::TabbedButtonBar::LookAndFeelMethods::drawTabbedButtonBarBackground ( TabbedButtonBar & ,
Graphics &  )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ drawTabButton()

virtual void juce::TabbedButtonBar::LookAndFeelMethods::drawTabButton ( TabBarButton & ,
Graphics & ,
bool isMouseOver,
bool isMouseDown )
pure virtual

◆ drawTabButtonText()

virtual void juce::TabbedButtonBar::LookAndFeelMethods::drawTabButtonText ( TabBarButton & ,
Graphics & ,
bool isMouseOver,
bool isMouseDown )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ fillTabButtonShape()

virtual void juce::TabbedButtonBar::LookAndFeelMethods::fillTabButtonShape ( TabBarButton & ,
Graphics & ,
const Path & path,
bool isMouseOver,
bool isMouseDown )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ getTabButtonBestWidth()

virtual int juce::TabbedButtonBar::LookAndFeelMethods::getTabButtonBestWidth ( TabBarButton & ,
int tabDepth )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ getTabButtonExtraComponentBounds()

virtual Rectangle< int > juce::TabbedButtonBar::LookAndFeelMethods::getTabButtonExtraComponentBounds ( const TabBarButton & ,
Rectangle< int > & textArea,
Component & extraComp )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ getTabButtonFont()

virtual Font juce::TabbedButtonBar::LookAndFeelMethods::getTabButtonFont ( TabBarButton & ,
float height )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ getTabButtonOverlap()

virtual int juce::TabbedButtonBar::LookAndFeelMethods::getTabButtonOverlap ( int tabDepth)
pure virtual

◆ getTabButtonSpaceAroundImage()

virtual int juce::TabbedButtonBar::LookAndFeelMethods::getTabButtonSpaceAroundImage ( )
pure virtual

The documentation for this struct was generated from the following file: