casa
5.7.0-16
|
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. More... | |
Base class for an event.
Definition at line 41 of file PlotEvent.h.
|
inline |
Definition at line 43 of file PlotEvent.h.
|
inlinevirtual |
Definition at line 45 of file PlotEvent.h.
|
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.