This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.
More...
#include <juce_TooltipWindow.h>
This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.
◆ ~LookAndFeelMethods()
virtual juce::TooltipWindow::LookAndFeelMethods::~LookAndFeelMethods |
( |
| ) |
|
|
virtualdefault |
◆ drawTooltip()
virtual void juce::TooltipWindow::LookAndFeelMethods::drawTooltip |
( |
Graphics & |
, |
|
|
const String & |
text, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
pure virtual |
◆ getTooltipBounds()
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: