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

Event for when a PlotButton is pressed. More...

#include <PlotEvent.h>

Inheritance diagram for casa::PlotButtonEvent:
casa::PlotEvent

List of all members.

Public Member Functions

 PlotButtonEvent (PlotButton *button)
 Constructor which takes the originating button.
 ~PlotButtonEvent ()
 Destructor.
void * origin () const
 Overrides PlotEvent::origin().
PlotButtonbutton () const
 Returns the button that was clicked.

Protected Attributes

PlotButtonm_button

Detailed Description

Event for when a PlotButton is pressed.

Definition at line 320 of file PlotEvent.h.


Constructor & Destructor Documentation

Constructor which takes the originating button.

Destructor.


Member Function Documentation

Returns the button that was clicked.

Referenced by origin().

void* casa::PlotButtonEvent::origin ( ) const [inline, virtual]

Overrides PlotEvent::origin().

Implements casa::PlotEvent.

Definition at line 329 of file PlotEvent.h.

References button().


Member Data Documentation

Definition at line 335 of file PlotEvent.h.


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