|
Interface Technology Basics
VST 3.6.5
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... | |
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... | |