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

#include <juce_CallOutBox.h>

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

Public Member Functions

virtual ~LookAndFeelMethods ()=default
virtual void drawCallOutBoxBackground (CallOutBox &, Graphics &, const Path &, Image &)=0
virtual int getCallOutBoxBorderSize (const CallOutBox &)=0
virtual float getCallOutBoxCornerSize (const CallOutBox &)=0

Detailed Description

This abstract base class is implemented by LookAndFeel classes.

Constructor & Destructor Documentation

◆ ~LookAndFeelMethods()

virtual juce::CallOutBox::LookAndFeelMethods::~LookAndFeelMethods ( )
virtualdefault

Member Function Documentation

◆ drawCallOutBoxBackground()

virtual void juce::CallOutBox::LookAndFeelMethods::drawCallOutBoxBackground ( CallOutBox & ,
Graphics & ,
const Path & ,
Image &  )
pure virtual

◆ getCallOutBoxBorderSize()

virtual int juce::CallOutBox::LookAndFeelMethods::getCallOutBoxBorderSize ( const CallOutBox & )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ getCallOutBoxCornerSize()

virtual float juce::CallOutBox::LookAndFeelMethods::getCallOutBoxCornerSize ( const CallOutBox & )
pure virtual

Implemented in juce::LookAndFeel_V2.


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