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
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::FocusOutline::OutlineWindowProperties Struct Referenceabstract

Defines the focus outline window properties. More...

#include "juce_FocusOutline.h"

Public Member Functions

virtual Rectangle< intgetOutlineBounds (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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: