Interface Technology Basics
VST 3.6.7
SDK for developing VST Plug-in
|
#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... | |
class | IPlugViewIdleHandler |
class | IPlugFrameIdle |
Extension to IPlugFrame. 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... | |
const FIDString | kPlatformTypeX11EmbedWindowID = "X11EmbedWindowID" |
The parent parameter in IPlugView::attached() is a X11 Window supporting XEmbed. More... | |