Interface Technology Basics  VST 3.6.5
SDK for developing VST Plug-in
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Namespaces | Variables
iplugview.h File Reference
#include "../base/funknown.h"

Data Structures

struct  ViewRect
 Graphical rectangle structure. More...
 
class  IPlugView
 Plug-in definition of a view. More...
 
class  IPlugFrame
 Callback interface passed to IPlugView. More...
 

Namespaces

 Steinberg
 

Variables

const FIDString kPlatformTypeHWND = "HWND"
 The parent parameter in IPlugView::attached() is a HWND handle. More...
 
const FIDString kPlatformTypeHIView = "HIView"
 The parent parameter in IPlugView::attached() is a WindowRef. More...
 
const FIDString kPlatformTypeNSView = "NSView"
 The parent parameter in IPlugView::attached() is a NSView pointer. More...
 
const FIDString kPlatformTypeUIView = "UIView"
 The parent parameter in IPlugView::attached() is a UIView pointer. More...
 
Empty

Copyright ©2015 Steinberg Media Technologies GmbH. All Rights Reserved.