Interface Technology Basics  VST 3.6.7
SDK for developing VST Plug-in
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Static Public Attributes
IPlugFrame Class Referenceabstract

Callback interface passed to IPlugView. More...

#include <iplugview.h>

+ Inheritance diagram for IPlugFrame:

Public Member Functions

virtual tresult resizeView (IPlugView *view, ViewRect *newSize)=0
 Called to inform the host about the resize of a given view. More...
 
- Public Member Functions inherited from FUnknown
virtual tresult queryInterface (const TUID _iid, void **obj)=0
 Query for a pointer to the specified interface. More...
 
virtual uint32 addRef ()=0
 Adds a reference and return the new reference count. More...
 
virtual uint32 release ()=0
 Releases a reference and return the new reference count. More...
 

Static Public Attributes

static const FUID iid
 
- Static Public Attributes inherited from FUnknown
static const FUID iid
 

Detailed Description

Callback interface passed to IPlugView.

Enables a Plug-in to resize the view and cause the host to resize the window.

Member Function Documentation

virtual tresult resizeView ( IPlugView view,
ViewRect newSize 
)
pure virtual

Called to inform the host about the resize of a given view.

Afterwards the host has to call IPlugView::onSize ().

Field Documentation

const FUID iid
static
Empty

Copyright ©2017 Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.