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

Interface for objects that want to be notified when the zoom tool changes. More...

Public Member Functions

 PlotZoomToolNotifier ()
 
virtual ~PlotZoomToolNotifier ()
 

Protected Member Functions

virtual void notifyZoomChanged (PlotZoomTool &tool)=0
 This method is called AFTER the canvas has been zoomed. More...
 

Friends

class PlotZoomTool
 

Detailed Description

Interface for objects that want to be notified when the zoom tool changes.

Definition at line 701 of file PlotTool.h.

Constructor & Destructor Documentation

casa::PlotZoomToolNotifier::PlotZoomToolNotifier ( )
inline

Definition at line 705 of file PlotTool.h.

virtual casa::PlotZoomToolNotifier::~PlotZoomToolNotifier ( )
inlinevirtual

Definition at line 706 of file PlotTool.h.

Member Function Documentation

virtual void casa::PlotZoomToolNotifier::notifyZoomChanged ( PlotZoomTool tool)
protectedpure virtual

This method is called AFTER the canvas has been zoomed.

Friends And Related Function Documentation

friend class PlotZoomTool
friend

Definition at line 702 of file PlotTool.h.


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