8 #include "../../lib/cpoint.h" 13 namespace Standalone {
virtual void onDeactivated(const IWindow &window)=0
virtual void onHide(const IWindow &window)=0
virtual void onClosed(const IWindow &window)=0
Definition: interface.h:13
virtual void onPositionChanged(const IWindow &window, const CPoint &newPosition)=0
Definition: customcontrols.cpp:8
Definition: iwindow.h:142
Definition: iwindowlistener.h:20
Point structure.
Definition: cpoint.h:17
virtual void onShow(const IWindow &window)=0
virtual void onSizeChanged(const IWindow &window, const CPoint &newSize)=0
virtual void onActivated(const IWindow &window)=0