| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/canvasevent.h>

Public Member Functions | |
| Canvas * | canvas () const |
| VRS_TYPEINFO (CanvasEvent, Event) | |
Protected Member Functions | |
| CanvasEvent (Canvas *canvas) | |
Friends | |
| class | Canvas |
| VRS::CanvasEvent::CanvasEvent | ( | Canvas * | canvas | ) | [protected] |
| Canvas * VRS::CanvasEvent::canvas | ( | ) | const [inline] |
A canvas event is associated with an `Canvas' which created the event and sent it to an `Manager'
| VRS::CanvasEvent::VRS_TYPEINFO | ( | CanvasEvent | , | |
| Event | ||||
| ) |
friend class Canvas [friend] |
Reimplemented in VRS::ButtonEvent, VRS::ConfigureEvent, VRS::InputEvent, VRS::KeyEvent, VRS::MotionEvent, VRS::PointerEvent, VRS::ResizeEvent, and VRS::WheelEvent.