#include <MouseEvent.h>

Public Member Functions | |
| MouseEvent () | |
| MouseEvent (int flag, Point location) | |
| virtual | ~MouseEvent () |
| int | getFlag () |
| Point | getLocation () |
| void | print () |
Private Attributes | |
| int | flag |
| Point | location |
This class stores all the information about a mouse event and makes it a class to standardize how it is used.
| MouseEvent::MouseEvent | ( | ) | [inline] |
| MouseEvent::MouseEvent | ( | int | flag, | |
| Point | location | |||
| ) | [inline] |
| virtual MouseEvent::~MouseEvent | ( | ) | [inline, virtual] |
| int MouseEvent::getFlag | ( | ) | [inline] |
| Point MouseEvent::getLocation | ( | ) | [inline] |
| void MouseEvent::print | ( | ) | [inline] |
int MouseEvent::flag [private] |
Point MouseEvent::location [private] |
1.5.7.1