|
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 |
Defines the focus outline window properties. More...
#include "juce_FocusOutline.h"
Public Member Functions | |
| virtual Rectangle< int > | getOutlineBounds (Component &focusedComponent)=0 |
| Return the bounds for the outline window in screen coordinates. | |
| virtual void | drawOutline (Graphics &, int width, int height)=0 |
| This method will be called to draw the focus outline. | |
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.
Definition at line 53 of file juce_FocusOutline.h.