casa
5.7.0-16
|
Event for when a PlotCheckbox is clicked. More...
#include <PlotEvent.h>
Public Member Functions | |
PlotCheckboxEvent (PlotCheckbox *checkbox) | |
Constructor which takes the originating checkbox. More... | |
~PlotCheckboxEvent () | |
Destructor. More... | |
void * | origin () const |
Overrides PlotEvent::origin(). More... | |
PlotCheckbox * | checkbox () const |
Returns the checkbox that was clicked. More... | |
Public Member Functions inherited from casa::PlotEvent | |
PlotEvent () | |
virtual | ~PlotEvent () |
Protected Attributes | |
PlotCheckbox * | m_checkbox |
Event for when a PlotCheckbox is clicked.
Definition at line 337 of file PlotEvent.h.
casa::PlotCheckboxEvent::PlotCheckboxEvent | ( | PlotCheckbox * | checkbox | ) |
Constructor which takes the originating checkbox.
casa::PlotCheckboxEvent::~PlotCheckboxEvent | ( | ) |
Destructor.
PlotCheckbox* casa::PlotCheckboxEvent::checkbox | ( | ) | const |
Returns the checkbox that was clicked.
Referenced by origin().
|
inlinevirtual |
Overrides PlotEvent::origin().
Implements casa::PlotEvent.
Definition at line 346 of file PlotEvent.h.
References checkbox().
|
protected |
Definition at line 352 of file PlotEvent.h.