casa
$Rev:20696$
|
Event for when a PlotCheckbox is clicked. More...
#include <PlotEvent.h>
Public Member Functions | |
PlotCheckboxEvent (PlotCheckbox *checkbox) | |
Constructor which takes the originating checkbox. | |
~PlotCheckboxEvent () | |
Destructor. | |
void * | origin () const |
Overrides PlotEvent::origin(). | |
PlotCheckbox * | checkbox () const |
Returns the checkbox that was clicked. | |
Protected Attributes | |
PlotCheckbox * | m_checkbox |
Event for when a PlotCheckbox is clicked.
Definition at line 339 of file PlotEvent.h.
casa::PlotCheckboxEvent::PlotCheckboxEvent | ( | PlotCheckbox * | checkbox | ) |
Constructor which takes the originating checkbox.
Destructor.
PlotCheckbox* casa::PlotCheckboxEvent::checkbox | ( | ) | const |
Returns the checkbox that was clicked.
Referenced by origin().
void* casa::PlotCheckboxEvent::origin | ( | ) | const [inline, virtual] |
Overrides PlotEvent::origin().
Implements casa::PlotEvent.
Definition at line 348 of file PlotEvent.h.
References checkbox().
PlotCheckbox* casa::PlotCheckboxEvent::m_checkbox [protected] |
Definition at line 354 of file PlotEvent.h.