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

◆ ~LookAndFeelMethods()

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

Member Function Documentation

◆ drawBubble()

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: