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

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

+ Inheritance diagram for BubbleComponent::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual void drawBubble (Graphics &, BubbleComponent &, const Point< float > &positionOfTip, const Rectangle< float > &body)=0
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes.

Constructor & Destructor Documentation

virtual BubbleComponent::LookAndFeelMethods::~LookAndFeelMethods ( )
virtual

Member Function Documentation

virtual void BubbleComponent::LookAndFeelMethods::drawBubble ( Graphics ,
BubbleComponent ,
const Point< float > &  positionOfTip,
const Rectangle< float > &  body 
)
pure virtual

Implemented in LookAndFeel_V2.


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