This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.
More...
This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.
§ ~LookAndFeelMethods()
virtual TooltipWindow::LookAndFeelMethods::~LookAndFeelMethods |
( |
| ) |
|
|
virtual |
§ getTooltipBounds()
virtual Rectangle<int> 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 LookAndFeel_V2.
§ drawTooltip()
virtual void TooltipWindow::LookAndFeelMethods::drawTooltip |
( |
Graphics & |
, |
|
|
const String & |
text, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
pure virtual |
The documentation for this struct was generated from the following file: