JUCE
|
This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality. More...
Public Member Functions | |
virtual | ~LookAndFeelMethods () |
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. More... | |
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.
|
virtual |
References JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR.
|
pure virtual |
returns the bounds for a tooltip at the given screen coordinate, constrained within the given desktop area.
Implemented in juce::LookAndFeel_V2.
|
pure virtual |
Implemented in juce::LookAndFeel_V2, and juce::LookAndFeel_V4.