ASPiK SDK
Loading...
Searching...
No Matches
CreateGUIInfo Struct Reference

Structure that is used during GUI creation to safely pass information about the GUI size and interfaces. More...

#include <pluginstructures.h>

Public Member Functions

 CreateGUIInfo (void *_window, IGUIPluginConnector *_guiPluginConnector, IGUIWindowFrame *_guiWindowFrame)
 
CreateGUIInfooperator= (const CreateGUIInfo &data)
 

Public Attributes

void * window = nullptr
 window handle or NSView*
 
IGUIPluginConnectorguiPluginConnector = nullptr
 GUI-to-plugin-shell interface.
 
IGUIWindowFrameguiWindowFrame
 GUI-to-frame interface (resizing)
 
double width = 0.0
 GUI width in pixels.
 
double height = 0.0
 GUI height in pixels.
 

Detailed Description

Structure that is used during GUI creation to safely pass information about the GUI size and interfaces.

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

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