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 FocusOutline::OutlineWindowProperties::~OutlineWindowProperties |
( |
| ) |
|
|
virtualdefault |
◆ getOutlineBounds()
virtual Rectangle< int > FocusOutline::OutlineWindowProperties::getOutlineBounds |
( |
Component & | focusedComponent | ) |
|
|
pure virtual |
Return the bounds for the outline window in screen coordinates.
◆ drawOutline()
virtual void FocusOutline::OutlineWindowProperties::drawOutline |
( |
Graphics & | , |
|
|
int | width, |
|
|
int | height ) |
|
pure virtual |
This method will be called to draw the focus outline.
The documentation for this struct was generated from the following file: