#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 | |
namespace | Steinberg |
Variables | |
const FIDString | kPlatformTypeHWND = "HWND" |
The parent parameter in IPlugView::attached() is a HWND handle. | |
const FIDString | kPlatformTypeHIView = "HIView" |
The parent parameter in IPlugView::attached() is a WindowRef. | |
const FIDString | kPlatformTypeNSView = "NSView" |
The parent parameter in IPlugView::attached() is a NSView pointer. | |
const FIDString | kPlatformTypeUIView = "UIView" |
The parent parameter in IPlugView::attached() is a UIView pointer. |