Interface for objects that want to be notified when the pan tool changes. More...
#include <PlotTool.h>
Public Member Functions | |
| PlotPanToolNotifier () | |
| virtual | ~PlotPanToolNotifier () |
Protected Member Functions | |
| virtual void | notifyPanChanged (PlotPanTool &tool)=0 |
| This method is called AFTER the canvas has been panned. | |
Friends | |
| class | PlotPanTool |
Interface for objects that want to be notified when the pan tool changes.
Definition at line 647 of file PlotTool.h.
| casa::PlotPanToolNotifier::PlotPanToolNotifier | ( | ) | [inline] |
Definition at line 651 of file PlotTool.h.
| virtual casa::PlotPanToolNotifier::~PlotPanToolNotifier | ( | ) | [inline, virtual] |
Definition at line 652 of file PlotTool.h.
| virtual void casa::PlotPanToolNotifier::notifyPanChanged | ( | PlotPanTool & | tool | ) | [protected, pure virtual] |
This method is called AFTER the canvas has been panned.
friend class PlotPanTool [friend] |
Definition at line 648 of file PlotTool.h.
1.6.1