dplug.vst3.iplugview

Undocumented in source.

Members

Interfaces

IPlugFrame
interface IPlugFrame

Callback interface passed to IPlugView. \ingroup pluginGUI vstIHost vst300 - [host imp] - [released: 3.0.0]

IPlugView
interface IPlugView

Plug-in definition of a view. \ingroup pluginGUI vstIPlug vst300 - [plug imp] - [released: 3.0.0]

Static variables

kPlatformTypeHIView
auto kPlatformTypeHIView;

The parent parameter in IPlugView::attached() is a WindowRef. * You should attach a HIViewRef to the content view of the window. *////< HIViewRef. (Mac OS X

kPlatformTypeHWND
auto kPlatformTypeHWND;

The parent parameter in IPlugView::attached() is a HWND handle. * You should attach a child window to it. *////< HWND handle. (Microsoft Windows

kPlatformTypeNSView
auto kPlatformTypeNSView;

The parent parameter in IPlugView::attached() is a NSView pointer. * You should attach a NSView to it. *////< NSView pointer. (Mac OS X

kPlatformTypeUIView
auto kPlatformTypeUIView;

The parent parameter in IPlugView::attached() is a UIView pointer. * You should attach an UIView to it. *////< UIView pointer. (iOS

kPlatformTypeX11EmbedWindowID
auto kPlatformTypeX11EmbedWindowID;

The parent parameter in IPlugView::attached() is a X11 Window supporting XEmbed. * You should attach a Window to it that supports the XEmbed extension. *////< X11 Window ID. (X11

Structs

ViewRect
struct ViewRect
Undocumented in source.

Meta