VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
WindowClosedListener Class Reference

Window closed listener More...

+ Inheritance diagram for WindowClosedListener:

Public Types

using Func = std::function< void(const IWindow &)>
 

Public Member Functions

 WindowClosedListener ()
 
template<typename Func >
 WindowClosedListener (Func func)
 
void onClosed (const IWindow &window) override
 Window is closed.
 
- Public Member Functions inherited from WindowListenerAdapter
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 onActivated (const IWindow &window) override
 Window is activated.
 
void onDeactivated (const IWindow &window) override
 Window is deactivated.
 

Public Attributes

Func func
 

Detailed Description

Window closed listener

Member Typedef Documentation

using Func = std::function<void (const IWindow&)>

Constructor & Destructor Documentation

WindowClosedListener ( Func  func)
inline

Member Function Documentation

void onClosed ( const IWindow window)
inlineoverridevirtual

Window is closed.

Reimplemented from WindowListenerAdapter.

Member Data Documentation

Func func

The documentation for this class was generated from the following file: