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

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

+ Inheritance diagram for ImageButton::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual void drawImageButton (Graphics &, Image *, int imageX, int imageY, int imageW, int imageH, const Colour &overlayColour, float imageOpacity, ImageButton &)=0
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes.

Constructor & Destructor Documentation

virtual ImageButton::LookAndFeelMethods::~LookAndFeelMethods ( )
virtual

Member Function Documentation

virtual void ImageButton::LookAndFeelMethods::drawImageButton ( Graphics ,
Image ,
int  imageX,
int  imageY,
int  imageW,
int  imageH,
const Colour overlayColour,
float  imageOpacity,
ImageButton  
)
pure virtual

Implemented in LookAndFeel_V2.


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