casa
$Rev:20696$
|
Base class for an event. More...
#include <PlotEvent.h>
Public Member Functions | |
PlotEvent () | |
virtual | ~PlotEvent () |
virtual void * | origin () const =0 |
Return the origin of the object that spawned this event. |
Base class for an event.
Definition at line 43 of file PlotEvent.h.
casa::PlotEvent::PlotEvent | ( | ) | [inline] |
Definition at line 45 of file PlotEvent.h.
virtual casa::PlotEvent::~PlotEvent | ( | ) | [inline, virtual] |
Definition at line 47 of file PlotEvent.h.
virtual void* casa::PlotEvent::origin | ( | ) | const [pure virtual] |
Return the origin of the object that spawned this event.
Implemented in casa::PlotCheckboxEvent, casa::PlotButtonEvent, casa::PlotResizeEvent, casa::PlotKeyEvent, casa::PlotWheelEvent, casa::PlotMouseEvent, and casa::PlotSelectEvent.