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

Base class for a handler for PlotSelectEvent. More...

#include <PlotEventHandler.h>

Inheritance diagram for casa::PlotSelectEventHandler:
casa::PlotMouseTool casa::TBPlotCanvas casa::PlotMSAnnotator casa::PlotSelectTool

Public Member Functions

 PlotSelectEventHandler ()
 
virtual ~PlotSelectEventHandler ()
 
virtual void handleSelect (const PlotSelectEvent &event)=0
 Handle the given event. More...
 

Detailed Description

Base class for a handler for PlotSelectEvent.

Definition at line 35 of file PlotEventHandler.h.

Constructor & Destructor Documentation

casa::PlotSelectEventHandler::PlotSelectEventHandler ( )
inline

Definition at line 37 of file PlotEventHandler.h.

virtual casa::PlotSelectEventHandler::~PlotSelectEventHandler ( )
inlinevirtual

Definition at line 39 of file PlotEventHandler.h.

Member Function Documentation

virtual void casa::PlotSelectEventHandler::handleSelect ( const PlotSelectEvent event)
pure virtual

Handle the given event.

Implemented in casa::PlotMouseTool, and casa::TBPlotCanvas.


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