casa
5.7.0-16
|
Event for when a PlotButton is pressed. More...
#include <PlotEvent.h>
Public Member Functions | |
PlotButtonEvent (PlotButton *button) | |
Constructor which takes the originating button. More... | |
~PlotButtonEvent () | |
Destructor. More... | |
void * | origin () const |
Overrides PlotEvent::origin(). More... | |
PlotButton * | button () const |
Returns the button that was clicked. More... | |
Public Member Functions inherited from casa::PlotEvent | |
PlotEvent () | |
virtual | ~PlotEvent () |
Protected Attributes | |
PlotButton * | m_button |
Event for when a PlotButton is pressed.
Definition at line 318 of file PlotEvent.h.
casa::PlotButtonEvent::PlotButtonEvent | ( | PlotButton * | button | ) |
Constructor which takes the originating button.
casa::PlotButtonEvent::~PlotButtonEvent | ( | ) |
Destructor.
PlotButton* casa::PlotButtonEvent::button | ( | ) | const |
Returns the button that was clicked.
Referenced by origin().
|
inlinevirtual |
Overrides PlotEvent::origin().
Implements casa::PlotEvent.
Definition at line 327 of file PlotEvent.h.
References button().
|
protected |
Definition at line 333 of file PlotEvent.h.