IPlatformView is a base interface for hosting a platform view inside an IPlug plug-in's UI.
More...
#include <IPlugPlatformView.h>
| IPlatformView::IPlatformView |
( |
bool |
opaque = true | ) |
|
◆ ~IPlatformView()
| IPlatformView::~IPlatformView |
( |
| ) |
|
|
virtual |
◆ CreatePlatformView()
| void * IPlatformView::CreatePlatformView |
( |
void * |
pParent, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
w, |
|
|
float |
h, |
|
|
float |
scale = 1. |
|
) |
| |
◆ RemovePlatformView()
| void IPlatformView::RemovePlatformView |
( |
| ) |
|
◆ SetChildViewBounds()
| void IPlatformView::SetChildViewBounds |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
w, |
|
|
float |
h, |
|
|
float |
scale = 1. |
|
) |
| |
The documentation for this class was generated from the following files: