| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
Window listener interface. More...
 Inheritance diagram for IWindowListener:
 Inheritance diagram for IWindowListener:| Public Member Functions | |
| 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 listener interface.
| 
 | pure virtual | 
Window is activated.
Implemented in WindowListenerAdapter, and WindowControllerAdapter.
| 
 | pure virtual | 
Window is closed.
Implemented in WindowClosedListener, WindowListenerAdapter, and WindowControllerAdapter.
| 
 | pure virtual | 
Window is deactivated.
Implemented in WindowListenerAdapter, and WindowControllerAdapter.
| 
 | pure virtual | 
Window is hidden.
Implemented in WindowListenerAdapter, and WindowControllerAdapter.
Position of window is changed.
Implemented in WindowListenerAdapter, and WindowControllerAdapter.
| 
 | pure virtual | 
Window is shown.
Implemented in WindowListenerAdapter, and WindowControllerAdapter.
Size of window is changed.
Implemented in WindowListenerAdapter, and WindowControllerAdapter.