Platform UI Type


Variables

const FIDString Steinberg::kPlatformTypeHWND = "HWND"
 HWND handle. (Microsoft Windows).
const FIDString Steinberg::kPlatformTypeHIView = "HIView"
 HIViewRef. (Mac OS X).
const FIDString Steinberg::kPlatformTypeNSView = "NSView"
 NSView pointer. (Mac OS X).

Detailed Description

List of Platform UI types for IPlugView

Variable Documentation

const FIDString Steinberg::kPlatformTypeHIView = "HIView"

HIViewRef. (Mac OS X).

The parent parameter in IPlugView::attached() is a WindowRef. You should attach a HIViewRef to the content view of the window.

Definition at line 73 of file iplugview.h.

const FIDString Steinberg::kPlatformTypeHWND = "HWND"

HWND handle. (Microsoft Windows).

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

Definition at line 70 of file iplugview.h.

const FIDString Steinberg::kPlatformTypeNSView = "NSView"

NSView pointer. (Mac OS X).

The parent parameter in IPlugView::attached() is a NSView pointer. You should attach a NSView to it.

Definition at line 76 of file iplugview.h.

Empty


Copyright ©2008 Steinberg Media Technologies. All Rights Reserved.