Interface for objects that want to be notified when the zoom tool changes. More...
#include <PlotTool.h>
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. | |
Friends | |
| class | PlotZoomTool |
Interface for objects that want to be notified when the zoom tool changes.
Definition at line 632 of file PlotTool.h.
| casa::PlotZoomToolNotifier::PlotZoomToolNotifier | ( | ) | [inline] |
Definition at line 636 of file PlotTool.h.
| virtual casa::PlotZoomToolNotifier::~PlotZoomToolNotifier | ( | ) | [inline, virtual] |
Definition at line 637 of file PlotTool.h.
| virtual void casa::PlotZoomToolNotifier::notifyZoomChanged | ( | PlotZoomTool & | tool | ) | [protected, pure virtual] |
This method is called AFTER the canvas has been zoomed.
friend class PlotZoomTool [friend] |
Definition at line 633 of file PlotTool.h.
1.6.1