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

#include <juce_ImageButton.h>

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

Public Member Functions

virtual ~LookAndFeelMethods ()=default
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

◆ ~LookAndFeelMethods()

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

Member Function Documentation

◆ drawImageButton()

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

Implemented in juce::LookAndFeel_V2.


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