| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
Window controller interface. More...
 Inheritance diagram for IWindowController:
 Inheritance diagram for IWindowController:| Public Member Functions | |
| virtual CPoint | constraintSize (const IWindow &window, const CPoint &newSize)=0 | 
| Constraint the size of the window. | |
| virtual bool | canClose (const IWindow &window)=0 | 
| Can window close? | |
| virtual void | beforeShow (IWindow &window)=0 | 
| Window will show. | |
| virtual PlatformFrameConfigPtr | createPlatformFrameConfig (PlatformType platformType)=0 | 
| Create the platform frame configuration object. | |
| virtual void | onSetContentView (IWindow &window, const SharedPointer< CFrame > &contentView)=0 | 
| Content view of window is changed. | |
| virtual const IMenuBuilder * | getWindowMenuBuilder (const IWindow &window) const =0 | 
| Get the menu builder for this window. | |
|  Public Member Functions inherited from IWindowListener | |
| virtual void | onSizeChanged (const IWindow &window, const CPoint &newSize)=0 | 
| Size of window is changed. | |
| virtual void | onPositionChanged (const IWindow &window, const CPoint &newPosition)=0 | 
| Position of window is changed. | |
| virtual void | onShow (const IWindow &window)=0 | 
| Window is shown. | |
| virtual void | onHide (const IWindow &window)=0 | 
| Window is hidden. | |
| virtual void | onClosed (const IWindow &window)=0 | 
| Window is closed. | |
| virtual void | onActivated (const IWindow &window)=0 | 
| Window is activated. | |
| virtual void | onDeactivated (const IWindow &window)=0 | 
| Window is deactivated. | |
|  Public Member Functions inherited from Interface | |
| virtual | ~Interface () noexcept | 
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface (Interface &&)=delete | |
| Interface & | operator= (const Interface &)=delete | 
| Interface & | operator= (Interface &&)=delete | 
| template<typename T > | |
| const auto | dynamicCast () const | 
| template<typename T > | |
| auto | dynamicCast () | 
Window controller interface.
| 
 | pure virtual | 
Window will show.
Implemented in WindowControllerAdapter.
| 
 | pure virtual | 
Can window close?
Implemented in WindowControllerAdapter.
Constraint the size of the window.
Implemented in WindowControllerAdapter.
| 
 | pure virtual | 
Create the platform frame configuration object.
Can be nullptr.
Implemented in WindowControllerAdapter.
| 
 | pure virtual | 
Get the menu builder for this window.
Implemented in WindowControllerAdapter.
| 
 | pure virtual | 
Content view of window is changed.
Implemented in WindowControllerAdapter.