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 41 of file PlotEvent.h.
| casa::PlotEvent::PlotEvent | ( | ) | [inline] |
Definition at line 43 of file PlotEvent.h.
| virtual casa::PlotEvent::~PlotEvent | ( | ) | [inline, virtual] |
Definition at line 45 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::PlotSelectEvent, casa::PlotMouseEvent, casa::PlotWheelEvent, casa::PlotKeyEvent, casa::PlotResizeEvent, casa::PlotButtonEvent, and casa::PlotCheckboxEvent.
1.6.1