JUCE
Public Member Functions | List of all members
Toolbar::LookAndFeelMethods Struct Referenceabstract

This abstract base class is implemented by LookAndFeel classes. More...

+ Inheritance diagram for Toolbar::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual void paintToolbarBackground (Graphics &, int width, int height, Toolbar &)=0
 
virtual ButtoncreateToolbarMissingItemsButton (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
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes.

Constructor & Destructor Documentation

virtual Toolbar::LookAndFeelMethods::~LookAndFeelMethods ( )
virtual

Member Function Documentation

virtual void Toolbar::LookAndFeelMethods::paintToolbarBackground ( Graphics ,
int  width,
int  height,
Toolbar  
)
pure virtual

Implemented in LookAndFeel_V2.

virtual Button* Toolbar::LookAndFeelMethods::createToolbarMissingItemsButton ( Toolbar )
pure virtual

Implemented in LookAndFeel_V2.

virtual void Toolbar::LookAndFeelMethods::paintToolbarButtonBackground ( Graphics ,
int  width,
int  height,
bool  isMouseOver,
bool  isMouseDown,
ToolbarItemComponent  
)
pure virtual

Implemented in LookAndFeel_V2.

virtual void Toolbar::LookAndFeelMethods::paintToolbarButtonLabel ( Graphics ,
int  x,
int  y,
int  width,
int  height,
const String text,
ToolbarItemComponent  
)
pure virtual

Implemented in LookAndFeel_V2.


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