iPlug2 - C++ Audio Plug-in Framework
|
IPlatformView is a base interface for hosting a platform view inside an IPlug plug-in's UI. More...
#include <IPlugPlatformView.h>
Public Member Functions | |
IPlatformView (bool opaque=true) | |
void * | CreatePlatformView (void *pParent, float x, float y, float w, float h, float scale=1.) |
void | RemovePlatformView () |
void | SetChildViewBounds (float x, float y, float w, float h, float scale=1.) |
IPlatformView is a base interface for hosting a platform view inside an IPlug plug-in's UI.
Definition at line 32 of file IPlugPlatformView.h.
IPlatformView::IPlatformView | ( | bool | opaque = true | ) |
Definition at line 20 of file IPlugPlatformView.mm.
|
virtual |
Definition at line 25 of file IPlugPlatformView.mm.
void * IPlatformView::CreatePlatformView | ( | void * | pParent, |
float | x, | ||
float | y, | ||
float | w, | ||
float | h, | ||
float | scale = 1. |
||
) |
Definition at line 30 of file IPlugPlatformView.mm.
void IPlatformView::RemovePlatformView | ( | ) |
Definition at line 40 of file IPlugPlatformView.mm.
void IPlatformView::SetChildViewBounds | ( | float | x, |
float | y, | ||
float | w, | ||
float | h, | ||
float | scale = 1. |
||
) |
Definition at line 50 of file IPlugPlatformView.mm.