#include <ActionSelectUnflag.h>
|
enum | Type {
SEL_FLAG,
SEL_UNFLAG,
SEL_LOCATE,
SEL_INFO,
SEL_CLEAR_REGIONS,
ITER_FIRST,
ITER_PREV,
ITER_NEXT,
ITER_LAST,
TOOL_MARK_REGIONS,
TOOL_SUBTRACT_REGIONS,
TOOL_ZOOM,
TOOL_PAN,
TOOL_ANNOTATE_TEXT,
TOOL_ANNOTATE_RECTANGLE,
TOOL_FLAG_ALL,
TRACKER_ENABLE_HOVER,
TRACKER_ENABLE_DISPLAY,
STACK_BACK,
STACK_BASE,
STACK_FORWARD,
CACHE_LOAD,
CACHE_RELEASE,
MS_SUMMARY,
SUMMARY_DIALOG,
PLOT,
PLOT_EXPORT,
EXPORT_DIALOG,
HOLD_RELEASE_DRAWING,
CLEAR_PLOTTER,
QUIT,
OPEN
} |
| Static // Enum for implemented actions. More...
|
|
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) |
|
bool | useThreading |
|
Client * | client |
|
Type | itsType_ |
| Action type. More...
|
|
casacore::String | itsDoActionResult_ |
| Result of doAction, if applicable. More...
|
|
ThreadController * | threadController |
|
std::vector< PlotMSPlot * > | postThreadObject |
|
PMSPTMethod * | postThreadMethod |
|
Definition at line 33 of file ActionSelectUnflag.h.
casa::ActionSelectUnflag::ActionSelectUnflag |
( |
Client * |
client | ) |
|
virtual casa::ActionSelectUnflag::~ActionSelectUnflag |
( |
| ) |
|
|
virtual |
virtual PlotLogMessage* casa::ActionSelectUnflag::doFlagOperation |
( |
PlotMSPlot * |
plot, |
|
|
int |
canvasIndex, |
|
|
std::vector< PlotRegion > & |
regions, |
|
|
bool |
showUnflagged, |
|
|
bool |
showFlagged |
|
) |
| |
|
protectedvirtual |
virtual string casa::ActionSelectUnflag::getOperationLabel |
( |
| ) |
const |
|
protectedvirtual |
The documentation for this class was generated from the following file: