casa
$Rev:20696$
|
#include <PlotCalHooks.h>
Public Member Functions | |
PlotCalReset (PlotCal *inPlotCal) | |
~PlotCalReset () | |
Bool | reset () |
Callback to signal full internal cleanup of TablePlot. | |
Private Attributes | |
PlotCal * | itsPlotCal |
Definition at line 47 of file PlotCalHooks.h.
casa::PlotCalReset::PlotCalReset | ( | PlotCal * | inPlotCal | ) | [inline] |
Definition at line 50 of file PlotCalHooks.h.
References itsPlotCal.
casa::PlotCalReset::~PlotCalReset | ( | ) | [inline] |
Definition at line 55 of file PlotCalHooks.h.
Bool casa::PlotCalReset::reset | ( | ) | [inline, virtual] |
Callback to signal full internal cleanup of TablePlot.
This callback is called from TablePlot::resetTP.
Reimplemented from casa::TPResetCallBack.
Definition at line 57 of file PlotCalHooks.h.
References casa::PlotCal::close(), itsPlotCal, and casa::True.
PlotCal* casa::PlotCalReset::itsPlotCal [private] |
Definition at line 61 of file PlotCalHooks.h.
Referenced by PlotCalReset(), and reset().