|
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 |
This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality. More...
#include "juce_TooltipWindow.h"
Public Member Functions | |
| virtual Rectangle< int > | getTooltipBounds (const String &tipText, Point< int > screenPos, Rectangle< int > parentArea)=0 |
| returns the bounds for a tooltip at the given screen coordinate, constrained within the given desktop area. | |
| virtual void | drawTooltip (Graphics &, const String &text, int width, int height)=0 |
This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.
Definition at line 123 of file juce_TooltipWindow.h.
|
pure virtual |
returns the bounds for a tooltip at the given screen coordinate, constrained within the given desktop area.
Implemented in juce::LookAndFeel_V2.