#include <PlotEvent.h>
Inheritance diagram for casa::PlotEvent:

Definition at line 43 of file PlotEvent.h.
Public Member Functions | |
| PlotEvent () | |
| virtual | ~PlotEvent () |
| virtual void * | origin () const=0 |
| Return the origin of the object that spawned this event. | |
| 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::PlotSelectEvent, casa::PlotMouseEvent, casa::PlotWheelEvent, casa::PlotKeyEvent, casa::PlotResizeEvent, casa::PlotButtonEvent, and casa::PlotCheckboxEvent.
1.5.1