#include <WindowEventInterface.h>
Public Member Functions | |
virtual void | PointClicked (int x, int y) |
virtual void | RectSelected (int x0, int y0, int x1, int y1) |
virtual | ~CWindowEventInterface () |
Definition at line 51 of file WindowEventInterface.h.
virtual CWindowEventInterface::~CWindowEventInterface | ( | ) | [inline, virtual] |
Definition at line 55 of file WindowEventInterface.h.
virtual void CWindowEventInterface::PointClicked | ( | int | x, |
int | y | ||
) | [inline, virtual] |
Definition at line 59 of file WindowEventInterface.h.
virtual void CWindowEventInterface::RectSelected | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1 | ||
) | [inline, virtual] |
Definition at line 58 of file WindowEventInterface.h.