JUCE  v5.1.1-3-g1a0b28c73
JUCE API
BubbleComponent::LookAndFeelMethods Struct Referenceabstract

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

#include <juce_BubbleComponent.h>

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

◆ ~LookAndFeelMethods()

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

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: