Abstract class which listens to window events. More...
#include <def.h>
Public Member Functions | |
virtual void | eventWindowMove (int x, int y, int width, int height)=0 |
virtual void | eventWindowResize (int x, int y, int width, int height)=0 |
virtual void | eventWindowMinimize (void)=0 |
virtual void | eventWindowUnminimize (void)=0 |
virtual void | eventWindowMaximize (void)=0 |
virtual void | eventWindowClose (void)=0 |
virtual void | eventWindowFocus (void)=0 |
virtual void | eventWindowLostFocus (void)=0 |
Abstract class which listens to window events.
Definition at line 83 of file def.h.
virtual void EventWindowListener::eventWindowClose | ( | void | ) | [pure virtual] |
Implemented in WindowListener.
virtual void EventWindowListener::eventWindowFocus | ( | void | ) | [pure virtual] |
Implemented in WindowListener.
virtual void EventWindowListener::eventWindowLostFocus | ( | void | ) | [pure virtual] |
Implemented in WindowListener.
virtual void EventWindowListener::eventWindowMaximize | ( | void | ) | [pure virtual] |
Implemented in WindowListener.
virtual void EventWindowListener::eventWindowMinimize | ( | void | ) | [pure virtual] |
Implemented in WindowListener.
virtual void EventWindowListener::eventWindowMove | ( | int | x, | |
int | y, | |||
int | width, | |||
int | height | |||
) | [pure virtual] |
Implemented in WindowListener.
virtual void EventWindowListener::eventWindowResize | ( | int | x, | |
int | y, | |||
int | width, | |||
int | height | |||
) | [pure virtual] |
Implemented in WindowListener.
virtual void EventWindowListener::eventWindowUnminimize | ( | void | ) | [pure virtual] |
Implemented in WindowListener.