casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
casa::PlotCheckboxEvent Class Reference

Event for when a PlotCheckbox is clicked. More...

#include <PlotEvent.h>

Inheritance diagram for casa::PlotCheckboxEvent:
casa::PlotEvent

List of all members.

Public Member Functions

 PlotCheckboxEvent (PlotCheckbox *checkbox)
 Constructor which takes the originating checkbox.
 ~PlotCheckboxEvent ()
 Destructor.
void * origin () const
 Overrides PlotEvent::origin().
PlotCheckboxcheckbox () const
 Returns the checkbox that was clicked.

Protected Attributes

PlotCheckboxm_checkbox

Detailed Description

Event for when a PlotCheckbox is clicked.

Definition at line 339 of file PlotEvent.h.


Constructor & Destructor Documentation

Constructor which takes the originating checkbox.

Destructor.


Member Function Documentation

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().


Member Data Documentation

Definition at line 354 of file PlotEvent.h.


The documentation for this class was generated from the following file: