| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
Window controller adapter More...
 Inheritance diagram for WindowControllerAdapter:
 Inheritance diagram for WindowControllerAdapter:| Public Member Functions | |
| void | onSizeChanged (const IWindow &window, const CPoint &newSize) override | 
| Size of window is changed. | |
| void | onPositionChanged (const IWindow &window, const CPoint &newPosition) override | 
| Position of window is changed. | |
| void | onShow (const IWindow &window) override | 
| Window is shown. | |
| void | onHide (const IWindow &window) override | 
| Window is hidden. | |
| void | onClosed (const IWindow &window) override | 
| Window is closed. | |
| void | onActivated (const IWindow &window) override | 
| Window is activated. | |
| void | onDeactivated (const IWindow &window) override | 
| Window is deactivated. | |
| CPoint | constraintSize (const IWindow &window, const CPoint &newSize) override | 
| Constraint the size of the window. | |
| bool | canClose (const IWindow &window) override | 
| Can window close? | |
| void | beforeShow (IWindow &window) override | 
| Window will show. | |
| PlatformFrameConfigPtr | createPlatformFrameConfig (PlatformType platformType) override | 
| Create the platform frame configuration object. | |
| void | onSetContentView (IWindow &window, const SharedPointer< CFrame > &contentView) override | 
| Content view of window is changed. | |
| const IMenuBuilder * | getWindowMenuBuilder (const IWindow &window) const override | 
| Get the menu builder for this window. | |
Window controller adapter
| 
 | inlineoverridevirtual | 
Window will show.
Implements IWindowController.
| 
 | inlineoverridevirtual | 
Can window close?
Implements IWindowController.
Constraint the size of the window.
Implements IWindowController.
| 
 | inlineoverridevirtual | 
| 
 | inlineoverridevirtual | 
Get the menu builder for this window.
Implements IWindowController.
| 
 | inlineoverridevirtual | 
Window is activated.
Implements IWindowListener.
| 
 | inlineoverridevirtual | 
Window is closed.
Implements IWindowListener.
| 
 | inlineoverridevirtual | 
Window is deactivated.
Implements IWindowListener.
| 
 | inlineoverridevirtual | 
Window is hidden.
Implements IWindowListener.
Position of window is changed.
Implements IWindowListener.
| 
 | inlineoverridevirtual | 
Content view of window is changed.
Implements IWindowController.
| 
 | inlineoverridevirtual | 
Window is shown.
Implements IWindowListener.
Size of window is changed.
Implements IWindowListener.