ASPiK SDK
platform_helper.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 #include "../../../lib/vstguibase.h"
6 #include "../../../lib/platform/iplatformframe.h"
7 
8 namespace VSTGUI {
9 namespace UnitTest {
10 
12 {
13  static SharedPointer<PlatformParentHandle> create ();
14 
15  virtual PlatformType getType () const = 0;
16  virtual void* getHandle () const = 0;
17  virtual void forceRedraw () = 0;
18 };
19 
20 } // UnitTest
21 } // VSTGUI
22 
Definition: platform_helper.h:11
Definition: vstguibase.h:299
Base Object with reference counter.
Definition: vstguibase.h:276
Definition: customcontrols.cpp:8