casa
5.7.0-16
|
FlagActionUtil is a set of flagging methods that are accessed from multiple classes. More...
#include <FlagActionUtil.h>
Public Member Functions | |
FlagActionUtil () | |
constructor More... | |
virtual | ~FlagActionUtil () |
destructor More... | |
Static Public Member Functions | |
static PlotLogMessage * | flagRange (Client *client, PlotMSPlot *plot, int canvasIndex, std::vector< PlotRegion > ®ions, bool, bool) |
static PlotLogMessage * | unflagRange (Client *client, PlotMSPlot *plot, int canvasIndex, std::vector< PlotRegion > ®ions, bool, bool) |
Protected Member Functions | |
virtual void | redrawPlots (Client *client, PlotMSPlot *plot, vector< PlotCanvasPtr > &visibleCanv) |
virtual void | addRedrawPlot (PlotMSPlot *plot) |
Private Attributes | |
vector< PlotMSPlot * > | flaggedPlots |
Keep list of plots that have to be redrawn. More... | |
FlagActionUtil is a set of flagging methods that are accessed from multiple classes.
All the methods are static and (hopefully) inlined.
Definition at line 40 of file FlagActionUtil.h.
casa::FlagActionUtil::FlagActionUtil | ( | ) |
constructor
|
virtual |
destructor
|
protectedvirtual |
Reimplemented in casa::ActionLocate.
|
inlinestatic |
Definition at line 42 of file FlagActionUtil.h.
References casa::PlotMSPlot::flagRange(), and casa::Client::getFlagging().
|
protectedvirtual |
|
inlinestatic |
Definition at line 51 of file FlagActionUtil.h.
References casa::PlotMSPlot::flagRange(), and casa::Client::getFlagging().
|
private |
Keep list of plots that have to be redrawn.
Definition at line 71 of file FlagActionUtil.h.