ASPiK SDK
|
#include <windowlistener.h>
Public Types | |
using | Func = std::function< void(const IWindow &)> |
Public Member Functions | |
template<typename Func > | |
WindowClosedListener (Func func) | |
void | onClosed (const IWindow &window) override |
![]() | |
void | onSizeChanged (const IWindow &window, const CPoint &newSize) override |
void | onPositionChanged (const IWindow &window, const CPoint &newPosition) override |
void | onShow (const IWindow &window) override |
void | onHide (const IWindow &window) override |
void | onActivated (const IWindow &window) override |
void | onDeactivated (const IWindow &window) override |
![]() | |
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 () |
Public Attributes | |
Func | func |
Window closed listener
|
inlineoverridevirtual |
Window is closed.
Reimplemented from VSTGUI::Standalone::WindowListenerAdapter.