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

#include <ActionSummary.h>

Inheritance diagram for casa::ActionSummary:
casa::PlotMSAction

Public Member Functions

 ActionSummary (Client *client)
 
void setSummaryType (PMS::SummaryType type)
 
void setCTSummaryType (PMS::CTSummaryType type)
 
void setFile (casacore::String file)
 
void setVerbose (bool verbose)
 
virtual ~ActionSummary ()
 
- 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...
 

Protected Member Functions

virtual bool doActionSpecific (PlotMSApp *plotms)
 
virtual bool loadParameters ()
 
- Protected Member Functions inherited from casa::PlotMSAction
void setUpClientCommunication (BackgroundThread *thread, int index)
 
bool initiateWork (BackgroundThread *thread)
 

Private Attributes

PMS::SummaryType summaryType
 vector<PlotMSPlot*> plots; More...
 
PMS::CTSummaryType CTsummaryType
 
casacore::String filename
 
bool verbose
 

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

Constructor & Destructor Documentation

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

Member Function Documentation

virtual bool casa::ActionSummary::doActionSpecific ( PlotMSApp plotms)
protectedvirtual

Implements casa::PlotMSAction.

virtual bool casa::ActionSummary::loadParameters ( )
protectedvirtual

Reimplemented from casa::PlotMSAction.

void casa::ActionSummary::setCTSummaryType ( PMS::CTSummaryType  type)
void casa::ActionSummary::setFile ( casacore::String  file)
void casa::ActionSummary::setSummaryType ( PMS::SummaryType  type)
void casa::ActionSummary::setVerbose ( bool  verbose)

Member Data Documentation

PMS::CTSummaryType casa::ActionSummary::CTsummaryType
private

Definition at line 49 of file ActionSummary.h.

casacore::String casa::ActionSummary::filename
private

Definition at line 50 of file ActionSummary.h.

PMS::SummaryType casa::ActionSummary::summaryType
private

vector<PlotMSPlot*> plots;

Definition at line 48 of file ActionSummary.h.

bool casa::ActionSummary::verbose
private

Definition at line 51 of file ActionSummary.h.


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