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

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

#include <juce_CallOutBox.h>

Inheritance diagram for CallOutBox::LookAndFeelMethods:

Public Member Functions

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

Detailed Description

This abstract base class is implemented by LookAndFeel classes.

Constructor & Destructor Documentation

◆ ~LookAndFeelMethods()

virtual CallOutBox::LookAndFeelMethods::~LookAndFeelMethods ( )
inlinevirtual

Member Function Documentation

◆ drawCallOutBoxBackground()

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

Implemented in LookAndFeel_V2, and LookAndFeel_V4.

◆ getCallOutBoxBorderSize()

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

Implemented in LookAndFeel_V2.


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