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

Interface for any class that wants to be notified when the plots in the manager have changed. More...

#include <PlotMSPlotManager.h>

Inheritance diagram for casa::PlotMSPlotManagerWatcher:
casa::PlotMSAnnotator casa::PlotMSDataSummaryTab casa::PlotMSDBusApp

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

casa::PlotMSPlotManagerWatcher::PlotMSPlotManagerWatcher ( )
inline

Constructor.

Definition at line 172 of file PlotMSPlotManager.h.

virtual casa::PlotMSPlotManagerWatcher::~PlotMSPlotManagerWatcher ( )
inlinevirtual

Destructor.

Definition at line 175 of file PlotMSPlotManager.h.

Member Function Documentation

virtual void casa::PlotMSPlotManagerWatcher::plotsChanged ( const PlotMSPlotManager manager)
pure virtual

Will be called whenever the plots in the manager change.

Implemented in casa::PlotMSDBusApp, casa::PlotMSAnnotator, and casa::PlotMSDataSummaryTab.


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