casa
5.7.0-16
|
Interface for any class that wants to be notified when the plots in the manager have changed. More...
#include <PlotMSPlotManager.h>
Public Member Functions | |
PlotMSPlotManagerWatcher () | |
Constructor. More... | |
virtual | ~PlotMSPlotManagerWatcher () |
Destructor. More... | |
virtual void | plotsChanged (const PlotMSPlotManager &manager)=0 |
Will be called whenever the plots in the manager change. More... | |
Interface for any class that wants to be notified when the plots in the manager have changed.
Definition at line 169 of file PlotMSPlotManager.h.
|
inline |
Constructor.
Definition at line 172 of file PlotMSPlotManager.h.
|
inlinevirtual |
Destructor.
Definition at line 175 of file PlotMSPlotManager.h.
|
pure virtual |
Will be called whenever the plots in the manager change.
Implemented in casa::PlotMSDBusApp, casa::PlotMSAnnotator, and casa::PlotMSDataSummaryTab.