ASPiK SDK
|
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) | |
CreateGUIInfo & | operator= (const CreateGUIInfo &data) |
Public Attributes | |
void * | window = nullptr |
window handle or NSView* | |
IGUIPluginConnector * | guiPluginConnector = nullptr |
GUI-to-plugin-shell interface. | |
IGUIWindowFrame * | guiWindowFrame |
GUI-to-frame interface (resizing) | |
double | width = 0.0 |
GUI width in pixels. | |
double | height = 0.0 |
GUI height in pixels. | |
Structure that is used during GUI creation to safely pass information about the GUI size and interfaces.