ASPiK SDK
|
The ASPiK IGUIWindowFrame object for AU plugin shell. More...
Public Member Functions | |
AUGUIWindowFrame (NSView *parent) | |
virtual bool | setWindowFrameSize (double left=0, double top=0, double right=0, double bottom=0) |
virtual bool | getWindowFrameSize (double &left, double &top, double &right, double &bottom) |
Public Member Functions inherited from IGUIWindowFrame | |
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) |
Protected Attributes | |
NSView * | parent |
The ASPiK IGUIWindowFrame object for AU plugin shell.
|
inlinevirtual |
get the frame size
Implements IGUIWindowFrame.
|
inlinevirtual |
set the frame size
Implements IGUIWindowFrame.