28 #ifndef TRIALDISPLAY_PCMOTIONEVENT_H
29 #define TRIALDISPLAY_PCMOTIONEVENT_H
virtual ~PCMotionEvent()
Destructor.
Class which stores PixelCanvas motion event information.
casacore::uInt itsModifiers
Store the button and keyboard modifier masks here.
casacore::Int itsX
Store the position of the event here.
Base class defining interface to pixel-based output devices.
virtual casacore::Int x() const
The x and y pixel position of the pointer when the event occured.
PCMotionEvent & operator=(const PCMotionEvent &other)
(Required) copy assignment.
PCMotionEvent()
(Required) default constructor.
virtual casacore::uInt modifiers() const
Return the state of the "modifiers": this is made up of mask bits referring to various keys on the ke...
virtual casacore::Int y() const
Base class describing event information for PixelCanvases.