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

#include <juce_BubbleComponent.h>

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

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 juce::BubbleComponent::LookAndFeelMethods::~LookAndFeelMethods ( )
virtualdefault

Member Function Documentation

◆ drawBubble()

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

Implemented in juce::LookAndFeel_V2.


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