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

Base class for a handler for PlotMouseDragEvent. More...

#include <PlotEventHandler.h>

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

Public Member Functions

 PlotMouseDragEventHandler ()
 
virtual ~PlotMouseDragEventHandler ()
 
virtual void handleMouseDrag (const PlotMouseDragEvent &event)=0
 Handle the given event. More...
 

Detailed Description

Base class for a handler for PlotMouseDragEvent.

Definition at line 79 of file PlotEventHandler.h.

Constructor & Destructor Documentation

casa::PlotMouseDragEventHandler::PlotMouseDragEventHandler ( )
inline

Definition at line 81 of file PlotEventHandler.h.

virtual casa::PlotMouseDragEventHandler::~PlotMouseDragEventHandler ( )
inlinevirtual

Definition at line 83 of file PlotEventHandler.h.

Member Function Documentation

virtual void casa::PlotMouseDragEventHandler::handleMouseDrag ( const PlotMouseDragEvent event)
pure virtual

Handle the given event.

Implemented in casa::PlotMouseTool.


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