ASPiK SDK
Loading...
Searching...
No Matches
IGUIView Class Referenceabstract

Custom interface to allow resizing of GUI window; this is mainly used for the GUI designer. More...

#include <pluginstructures.h>

Inheritance diagram for IGUIView:
VSTGUI::PluginGUI Steinberg::Vst::ASPiK::PluginEditor

Public Member Functions

virtual void setGUIWindowFrame (IGUIWindowFrame *frame)=0
 

Detailed Description

Custom interface to allow resizing of GUI window; this is mainly used for the GUI designer.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

Member Function Documentation

◆ setGUIWindowFrame()

virtual void IGUIView::setGUIWindowFrame ( IGUIWindowFrame frame)
pure virtual

set the interface pointer

Implemented in VSTGUI::PluginGUI.


The documentation for this class was generated from the following file: