casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
casa::PlotCheckboxEvent Class Reference

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

#include <PlotEvent.h>

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

Public Member Functions

 PlotCheckboxEvent (PlotCheckbox *checkbox)
 Constructor which takes the originating checkbox. More...
 
 ~PlotCheckboxEvent ()
 Destructor. More...
 
void * origin () const
 Overrides PlotEvent::origin(). More...
 
PlotCheckboxcheckbox () const
 Returns the checkbox that was clicked. More...
 
- Public Member Functions inherited from casa::PlotEvent
 PlotEvent ()
 
virtual ~PlotEvent ()
 

Protected Attributes

PlotCheckboxm_checkbox
 

Detailed Description

Event for when a PlotCheckbox is clicked.

Definition at line 337 of file PlotEvent.h.

Constructor & Destructor Documentation

casa::PlotCheckboxEvent::PlotCheckboxEvent ( PlotCheckbox checkbox)

Constructor which takes the originating checkbox.

casa::PlotCheckboxEvent::~PlotCheckboxEvent ( )

Destructor.

Member Function Documentation

PlotCheckbox* casa::PlotCheckboxEvent::checkbox ( ) const

Returns the checkbox that was clicked.

Referenced by origin().

void* casa::PlotCheckboxEvent::origin ( ) const
inlinevirtual

Overrides PlotEvent::origin().

Implements casa::PlotEvent.

Definition at line 346 of file PlotEvent.h.

References checkbox().

Member Data Documentation

PlotCheckbox* casa::PlotCheckboxEvent::m_checkbox
protected

Definition at line 352 of file PlotEvent.h.


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