|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Custom focus drawing interface. More...
Inheritance diagram for IFocusDrawing:Public Member Functions | |
| virtual bool | drawFocusOnTop ()=0 |
| virtual bool | getFocusPath (CGraphicsPath &outPath)=0 |
Custom focus drawing interface.
If focus drawing is enabled custom views can implement this interface to set a custom shape to be drawn if the view is the focus view.
|
pure virtual |
|
pure virtual |
the graphics path will be drawn filled with the evenodd method and the color set in CFrame::setFocusColor()
Implemented in CTextButton, CControl, CCheckBox, CKnob, and CParamDisplay.