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

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

+ Inheritance diagram for Button::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual void drawButtonBackground (Graphics &, Button &, const Colour &backgroundColour, bool isMouseOverButton, bool isButtonDown)=0
 
virtual Font getTextButtonFont (TextButton &, int buttonHeight)=0
 
virtual int getTextButtonWidthToFitText (TextButton &, int buttonHeight)=0
 
virtual void drawButtonText (Graphics &, TextButton &, bool isMouseOverButton, bool isButtonDown)=0
 Draws the text for a TextButton. More...
 
virtual void drawToggleButton (Graphics &, ToggleButton &, bool isMouseOverButton, bool isButtonDown)=0
 Draws the contents of a standard ToggleButton. More...
 
virtual void changeToggleButtonWidthToFitText (ToggleButton &)=0
 
virtual void drawTickBox (Graphics &, Component &, float x, float y, float w, float h, bool ticked, bool isEnabled, bool isMouseOverButton, bool isButtonDown)=0
 
virtual void drawDrawableButton (Graphics &, DrawableButton &, bool isMouseOverButton, bool isButtonDown)=0
 

Detailed Description

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

Constructor & Destructor Documentation

virtual Button::LookAndFeelMethods::~LookAndFeelMethods ( )
virtual

Member Function Documentation

virtual void Button::LookAndFeelMethods::drawButtonBackground ( Graphics ,
Button ,
const Colour backgroundColour,
bool  isMouseOverButton,
bool  isButtonDown 
)
pure virtual
virtual Font Button::LookAndFeelMethods::getTextButtonFont ( TextButton ,
int  buttonHeight 
)
pure virtual

Implemented in LookAndFeel_V2.

virtual int Button::LookAndFeelMethods::getTextButtonWidthToFitText ( TextButton ,
int  buttonHeight 
)
pure virtual

Implemented in LookAndFeel_V2.

virtual void Button::LookAndFeelMethods::drawButtonText ( Graphics ,
TextButton ,
bool  isMouseOverButton,
bool  isButtonDown 
)
pure virtual

Draws the text for a TextButton.

Implemented in LookAndFeel_V2.

virtual void Button::LookAndFeelMethods::drawToggleButton ( Graphics ,
ToggleButton ,
bool  isMouseOverButton,
bool  isButtonDown 
)
pure virtual

Draws the contents of a standard ToggleButton.

Implemented in LookAndFeel_V2, and LookAndFeel_V1.

virtual void Button::LookAndFeelMethods::changeToggleButtonWidthToFitText ( ToggleButton )
pure virtual

Implemented in LookAndFeel_V2.

virtual void Button::LookAndFeelMethods::drawTickBox ( Graphics ,
Component ,
float  x,
float  y,
float  w,
float  h,
bool  ticked,
bool  isEnabled,
bool  isMouseOverButton,
bool  isButtonDown 
)
pure virtual

Implemented in LookAndFeel_V2, and LookAndFeel_V1.

virtual void Button::LookAndFeelMethods::drawDrawableButton ( Graphics ,
DrawableButton ,
bool  isMouseOverButton,
bool  isButtonDown 
)
pure virtual

Implemented in LookAndFeel_V2.


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