ASPiK SDK
ifocusdrawing.h
1 // This file is part of VSTGUI. It is subject to the license terms
2 // in the LICENSE file found in the top-level directory of this
3 // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
4 
5 #ifndef __ifocusdrawing__
6 #define __ifocusdrawing__
7 
8 #include "vstguifwd.h"
9 
10 namespace VSTGUI {
11 
12 //-----------------------------------------------------------------------------
13 // IFocusDrawing Declaration
20 //-----------------------------------------------------------------------------
22 {
23 public:
25  virtual bool drawFocusOnTop () = 0;
27  virtual bool getFocusPath (CGraphicsPath& outPath) = 0;
28 };
29 
30 } // namespace
31 
32 #endif
Custom focus drawing interface.
Definition: ifocusdrawing.h:21
Graphics Path Object.
Definition: cgraphicspath.h:19
Definition: customcontrols.cpp:8
virtual bool drawFocusOnTop()=0
virtual bool getFocusPath(CGraphicsPath &outPath)=0