casa
$Rev:20696$
|
Base class describing event information for PixelCanvases. More...
#include <PixelCanvasEvent.h>
Public Member Functions | |
PixelCanvasEvent (PixelCanvas *pc) | |
Constructor, taking a pointer to a PixelCanvas. | |
virtual | ~PixelCanvasEvent () |
Destructor. | |
virtual PixelCanvas * | pixelCanvas () const |
Return a pointer to the PixelCanvas on which the event occurred. | |
Protected Member Functions | |
PixelCanvasEvent () | |
(Required) default constructor. | |
PixelCanvasEvent (const PixelCanvasEvent &other) | |
(Required) copy constructor. | |
PixelCanvasEvent & | operator= (const PixelCanvasEvent &other) |
(Required) copy assignment. | |
Private Attributes | |
PixelCanvas * | itsPixelCanvas |
Store the PixelCanvas of the event here at construction. |
Base class describing event information for PixelCanvases.
Internal
"PixelCanvasEvents" describes "Events" (ie. things which happen at a measurable time) which occur on PixelCanvases.
This class adds to the information stored in the DisplayEvent class. It adds information specific to events occuring on PixelCanvases, viz. a pointer to the PixelCanvas itself.
It is desirable to locate in a single place the information which is common to all events occuring on PixelCanvases.
.
Definition at line 79 of file PixelCanvasEvent.h.
Constructor, taking a pointer to a PixelCanvas.
virtual casa::PixelCanvasEvent::~PixelCanvasEvent | ( | ) | [virtual] |
Destructor.
casa::PixelCanvasEvent::PixelCanvasEvent | ( | ) | [protected] |
(Required) default constructor.
casa::PixelCanvasEvent::PixelCanvasEvent | ( | const PixelCanvasEvent & | other | ) | [protected] |
(Required) copy constructor.
PixelCanvasEvent& casa::PixelCanvasEvent::operator= | ( | const PixelCanvasEvent & | other | ) | [protected] |
(Required) copy assignment.
virtual PixelCanvas* casa::PixelCanvasEvent::pixelCanvas | ( | ) | const [inline, virtual] |
Return a pointer to the PixelCanvas on which the event occurred.
Definition at line 90 of file PixelCanvasEvent.h.
References itsPixelCanvas.
Store the PixelCanvas of the event here at construction.
Definition at line 107 of file PixelCanvasEvent.h.
Referenced by pixelCanvas().