28 #ifndef TRIALDISPLAY_PIXELCANVASEVENT_H
29 #define TRIALDISPLAY_PIXELCANVASEVENT_H
virtual PixelCanvas * pixelCanvas() const
Return a pointer to the PixelCanvas on which the event occurred.
PixelCanvasEvent & operator=(const PixelCanvasEvent &other)
(Required) copy assignment.
Base class defining interface to pixel-based output devices.
PixelCanvasEvent()
(Required) default constructor.
Class describing the most basic event information in the display classes.
PixelCanvas * itsPixelCanvas
Store the PixelCanvas of the event here at construction.
virtual ~PixelCanvasEvent()
Destructor.
Base class describing event information for PixelCanvases.