casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
casa::ActionLocate Class Reference

#include <ActionLocate.h>

Inheritance diagram for casa::ActionLocate:
casa::ActionSelect casa::PlotMSAction casa::FlagActionUtil

Public Member Functions

 ActionLocate (Client *client)
 
virtual ~ActionLocate ()
 
- Public Member Functions inherited from casa::ActionSelect
 ActionSelect (Client *client)
 
virtual ~ActionSelect ()
 
- Public Member Functions inherited from casa::PlotMSAction
 PlotMSAction (Client *client, PMSPTMethod postThreadMethod=NULL, std::vector< PlotMSPlot * > postThreadObject=std::vector< PlotMSPlot * >())
 Non-Static //. More...
 
virtual ~PlotMSAction ()
 Destructor. More...
 
bool doAction (PlotMSApp *plotms)
 Performs the action, using the given PlotMSApp, and returns true for success or false or failure. More...
 
void setUseThreading (bool useThread)
 
virtual bool doActionWithResponse (PlotMSApp *plotms, casacore::Record &retval)
 
const casacore::StringdoActionResult () const
 Returns the result of doAction(), if applicable. More...
 
- Public Member Functions inherited from casa::FlagActionUtil
 FlagActionUtil ()
 constructor More...
 
virtual ~FlagActionUtil ()
 destructor More...
 

Protected Member Functions

virtual void addRedrawPlot (PlotMSPlot *plot)
 
virtual void redrawPlots (PlotMSPlot *plot)
 
virtual string getOperationLabel () const
 
virtual PlotLogMessagedoFlagOperation (PlotMSPlot *plot, int canvasIndex, std::vector< PlotRegion > &regions, bool showUnflagged, bool showFlagged)
 
- Protected Member Functions inherited from casa::ActionSelect
virtual bool doActionSpecific (PlotMSApp *plotms)
 
- Protected Member Functions inherited from casa::PlotMSAction
virtual bool loadParameters ()
 
void setUpClientCommunication (BackgroundThread *thread, int index)
 
bool initiateWork (BackgroundThread *thread)
 
- Protected Member Functions inherited from casa::FlagActionUtil
virtual void redrawPlots (Client *client, PlotMSPlot *plot, vector< PlotCanvasPtr > &visibleCanv)
 

Additional Inherited Members

- Public Types inherited from casa::PlotMSAction
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 Public Member Functions inherited from casa::FlagActionUtil
static PlotLogMessageflagRange (Client *client, PlotMSPlot *plot, int canvasIndex, std::vector< PlotRegion > &regions, bool, bool)
 
static PlotLogMessageunflagRange (Client *client, PlotMSPlot *plot, int canvasIndex, std::vector< PlotRegion > &regions, bool, bool)
 
- Protected Attributes inherited from casa::PlotMSAction
bool useThreading
 
Clientclient
 
Type itsType_
 Action type. More...
 
casacore::String itsDoActionResult_
 Result of doAction, if applicable. More...
 
ThreadControllerthreadController
 
std::vector< PlotMSPlot * > postThreadObject
 
PMSPTMethodpostThreadMethod
 

Detailed Description

Definition at line 33 of file ActionLocate.h.

Constructor & Destructor Documentation

casa::ActionLocate::ActionLocate ( Client client)
virtual casa::ActionLocate::~ActionLocate ( )
virtual

Member Function Documentation

virtual void casa::ActionLocate::addRedrawPlot ( PlotMSPlot plot)
protectedvirtual

Reimplemented from casa::FlagActionUtil.

virtual PlotLogMessage* casa::ActionLocate::doFlagOperation ( PlotMSPlot plot,
int  canvasIndex,
std::vector< PlotRegion > &  regions,
bool  showUnflagged,
bool  showFlagged 
)
protectedvirtual

Implements casa::ActionSelect.

virtual string casa::ActionLocate::getOperationLabel ( ) const
protectedvirtual

Implements casa::ActionSelect.

virtual void casa::ActionLocate::redrawPlots ( PlotMSPlot plot)
protectedvirtual

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