Defines the focus outline window properties.
More...
#include <juce_FocusOutline.h>
Defines the focus outline window properties.
Pass an instance of one of these to the FocusOutline constructor to control the bounds for the outline window and how it is drawn.
◆ ~OutlineWindowProperties()
virtual juce::FocusOutline::OutlineWindowProperties::~OutlineWindowProperties |
( |
| ) |
|
|
virtualdefault |
◆ drawOutline()
virtual void juce::FocusOutline::OutlineWindowProperties::drawOutline |
( |
Graphics & |
, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
pure virtual |
This method will be called to draw the focus outline.
◆ getOutlineBounds()
virtual Rectangle<int> juce::FocusOutline::OutlineWindowProperties::getOutlineBounds |
( |
Component & |
focusedComponent | ) |
|
|
pure virtual |
Return the bounds for the outline window in screen coordinates.
The documentation for this struct was generated from the following file: