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::PlotWheelEventHandler Class Referenceabstract

Base class for a handler for PlotWheelEvent. More...

#include <PlotEventHandler.h>

Inheritance diagram for casa::PlotWheelEventHandler:
casa::PlotMouseTool casa::PlotMSAnnotator casa::PlotSelectTool

Public Member Functions

 PlotWheelEventHandler ()
 
virtual ~PlotWheelEventHandler ()
 
virtual void handleWheel (const PlotWheelEvent &event)=0
 Handle the given event. More...
 

Detailed Description

Base class for a handler for PlotWheelEvent.

Definition at line 101 of file PlotEventHandler.h.

Constructor & Destructor Documentation

casa::PlotWheelEventHandler::PlotWheelEventHandler ( )
inline

Definition at line 103 of file PlotEventHandler.h.

virtual casa::PlotWheelEventHandler::~PlotWheelEventHandler ( )
inlinevirtual

Definition at line 105 of file PlotEventHandler.h.

Member Function Documentation

virtual void casa::PlotWheelEventHandler::handleWheel ( const PlotWheelEvent event)
pure virtual

Handle the given event.

Implemented in casa::PlotMouseTool.


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