28 #ifndef TRIALDISPLAY_DISPLAYDATAEVENT_H
29 #define TRIALDISPLAY_DISPLAYDATAEVENT_H
Class for events sent by DisplayDatas.
virtual ~DisplayDataEvent()
Destructor.
DisplayDataEvent & operator=(const DisplayDataEvent &other)
(Required) copy assignment.
DisplayDataEvent()
(Required) default constructor.
Class describing the most basic event information in the display classes.
DisplayData * itsDisplayData
Store the DisplayData of the event here at construction.
virtual DisplayData * displayData() const
Return a pointer to the DD that generated the event.
Base class for display objects.