openshot-audio  0.1.4
Public Member Functions | List of all members
juce::TooltipWindow::LookAndFeelMethods Struct Referenceabstract

#include <juce_gui_basics.h>

Inheritance diagram for juce::TooltipWindow::LookAndFeelMethods:
juce::LookAndFeel juce::LookAndFeel_V2 juce::LookAndFeel_V1 juce::LookAndFeel_V3

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual Rectangle< int > getTooltipBounds (const String &tipText, Point< int > screenPos, Rectangle< int > parentArea)=0
 
virtual void drawTooltip (Graphics &, const String &text, int width, int height)=0
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.

Constructor & Destructor Documentation

◆ ~LookAndFeelMethods()

virtual juce::TooltipWindow::LookAndFeelMethods::~LookAndFeelMethods ( )
inlinevirtual

Member Function Documentation

◆ drawTooltip()

virtual void juce::TooltipWindow::LookAndFeelMethods::drawTooltip ( Graphics ,
const String text,
int  width,
int  height 
)
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ getTooltipBounds()

virtual Rectangle<int> juce::TooltipWindow::LookAndFeelMethods::getTooltipBounds ( const String tipText,
Point< int >  screenPos,
Rectangle< int >  parentArea 
)
pure virtual

returns the bounds for a tooltip at the given screen coordinate, constrained within the given desktop area.

Implemented in juce::LookAndFeel_V2.


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