iPlug 2: IPlatformView Class Reference

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)

◆ ~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: