JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::BubbleComponent::LookAndFeelMethods Struct Referenceabstract

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

#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 void drawBubble (Graphics &g, BubbleComponent &bubbleComponent, const Point< float > &positionOfTip, const Rectangle< float > &body)=0
 Override this method to draw a speech-bubble pointing at a specific location on the screen.
 
virtual void setComponentEffectForBubbleComponent (BubbleComponent &bubbleComponent)=0
 Override this method to set effects, such as a drop-shadow, on a BubbleComponent.
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes.

Definition at line 150 of file juce_BubbleComponent.h.

Member Function Documentation

◆ drawBubble()

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

Override this method to draw a speech-bubble pointing at a specific location on the screen.

Implemented in juce::LookAndFeel_V2.

◆ setComponentEffectForBubbleComponent()

virtual void juce::BubbleComponent::LookAndFeelMethods::setComponentEffectForBubbleComponent ( BubbleComponent bubbleComponent)
pure virtual

Override this method to set effects, such as a drop-shadow, on a BubbleComponent.

This will be called whenever a BubbleComponent is constructed or its look-and-feel changes.

If you need to trigger this callback to update an effect, call sendLookAndFeelChange() on the component.

See also
Component::setComponentEffect, Component::sendLookAndFeelChange

Implemented in juce::LookAndFeel_V2.


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