ASPiK SDK
|
Custom interface to allow resizing of GUI window; this is mainly used for the GUI designer. More...
#include <pluginstructures.h>
Public Member Functions | |
virtual bool | setWindowFrameSize (double left=0, double top=0, double right=0, double bottom=0)=0 |
virtual bool | getWindowFrameSize (double &left, double &top, double &right, double &bottom)=0 |
virtual void | enableGUIDesigner (bool enable) |
Custom interface to allow resizing of GUI window; this is mainly used for the GUI designer.
|
inlinevirtual |
enable GUI designer (not used)
|
pure virtual |
get the frame size
Implemented in AAXPluginGUI, AUGUIWindowFrame, and Steinberg::Vst::ASPiK::PluginEditor.
|
pure virtual |
set the frame size
Implemented in AAXPluginGUI, AUGUIWindowFrame, and Steinberg::Vst::ASPiK::PluginEditor.