JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::TabbedButtonBar::LookAndFeelMethods Struct Referenceabstract

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

#include <juce_TabbedButtonBar.h>

Inheritance diagram for juce::TabbedButtonBar::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()=default
 
virtual ButtoncreateTabBarExtrasButton ()=0
 
virtual void createTabButtonShape (TabBarButton &, Path &path, bool isMouseOver, bool isMouseDown)=0
 
virtual void drawTabAreaBehindFrontButton (TabbedButtonBar &, Graphics &, int w, int h)=0
 
virtual void drawTabbedButtonBarBackground (TabbedButtonBar &, Graphics &)=0
 
virtual void drawTabButton (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown)=0
 
virtual void drawTabButtonText (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown)=0
 
virtual void fillTabButtonShape (TabBarButton &, Graphics &, const Path &path, bool isMouseOver, bool isMouseDown)=0
 
virtual int getTabButtonBestWidth (TabBarButton &, int tabDepth)=0
 
virtual Rectangle< intgetTabButtonExtraComponentBounds (const TabBarButton &, Rectangle< int > &textArea, Component &extraComp)=0
 
virtual Font getTabButtonFont (TabBarButton &, float height)=0
 
virtual int getTabButtonOverlap (int tabDepth)=0
 
virtual int getTabButtonSpaceAroundImage ()=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: