28 #ifndef TRIALDISPLAY_WORLDCANVASEVENT_H
29 #define TRIALDISPLAY_WORLDCANVASEVENT_H
WorldCanvasEvent()
(Required) default constructor.
WorldCanvas * itsWorldCanvas
Store the WorldCanvas of the event here at construction.
virtual ~WorldCanvasEvent()
Destructor.
Class describing the most basic event information in the display classes.
virtual WorldCanvas * worldCanvas() const
Return a pointer to the WorldCanvas on which the event occurred.
WorldCanvasEvent & operator=(const WorldCanvasEvent &other)
(Required) copy assignment.
Implementation of drawing in world coordinates on top of a PixelCanvas.
Base class describing event information for WorldCanvases.