ASPiK SDK
|
Custom focus drawing interface. More...
#include <ifocusdrawing.h>
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 |
draw focus before view will be drawn or afterwards
Implemented in VSTGUI::CTextButton, VSTGUI::CControl, VSTGUI::CSegmentButton, VSTGUI::CKnob, and Mandelbrot::View.
|
pure virtual |
the graphics path will be drawn filled with the evenodd method and the color set in CFrame::setFocusColor()
Implemented in VSTGUI::CTextButton, VSTGUI::CControl, VSTGUI::CCheckBox, VSTGUI::CSegmentButton, VSTGUI::CParamDisplay, VSTGUI::CKnob, and Mandelbrot::View.