ASPiK SDK
VSTGUI::Standalone::WindowListenerAdapter Class Reference

#include <windowlistener.h>

Inheritance diagram for VSTGUI::Standalone::WindowListenerAdapter:
VSTGUI::Standalone::IWindowListener VSTGUI::Interface Mandelbrot::AppDelegate MyApp::About MyApp::Delegate MyApplication VSTGUI::Standalone::GFXTestApp VSTGUI::Standalone::WindowClosedListener

Public Member Functions

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 onClosed (const IWindow &window) override
 
void onActivated (const IWindow &window) override
 
void onDeactivated (const IWindow &window) override
 
- Public Member Functions inherited from VSTGUI::Interface
 Interface (const Interface &)=delete
 
 Interface (Interface &&)=delete
 
Interfaceoperator= (const Interface &)=delete
 
Interfaceoperator= (Interface &&)=delete
 
template<typename T >
const auto dynamicCast () const
 
template<typename T >
auto dynamicCast ()
 

Detailed Description

Window listener adapter

Member Function Documentation

◆ onActivated()

void VSTGUI::Standalone::WindowListenerAdapter::onActivated ( const IWindow window)
inlineoverridevirtual

Window is activated.

Implements VSTGUI::Standalone::IWindowListener.

◆ onClosed()

void VSTGUI::Standalone::WindowListenerAdapter::onClosed ( const IWindow window)
inlineoverridevirtual

◆ onDeactivated()

void VSTGUI::Standalone::WindowListenerAdapter::onDeactivated ( const IWindow window)
inlineoverridevirtual

Window is deactivated.

Implements VSTGUI::Standalone::IWindowListener.

◆ onHide()

void VSTGUI::Standalone::WindowListenerAdapter::onHide ( const IWindow window)
inlineoverridevirtual

Window is hidden.

Implements VSTGUI::Standalone::IWindowListener.

◆ onPositionChanged()

void VSTGUI::Standalone::WindowListenerAdapter::onPositionChanged ( const IWindow window,
const CPoint newPosition 
)
inlineoverridevirtual

Position of window is changed.

Implements VSTGUI::Standalone::IWindowListener.

◆ onShow()

void VSTGUI::Standalone::WindowListenerAdapter::onShow ( const IWindow window)
inlineoverridevirtual

Window is shown.

Implements VSTGUI::Standalone::IWindowListener.

◆ onSizeChanged()

void VSTGUI::Standalone::WindowListenerAdapter::onSizeChanged ( const IWindow window,
const CPoint newSize 
)
inlineoverridevirtual

Size of window is changed.

Implements VSTGUI::Standalone::IWindowListener.


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