casa
5.7.0-16
|
#include <ActionAnnotateRectangle.h>
Public Member Functions | |
ActionAnnotateRectangle (Client *client) | |
virtual | ~ActionAnnotateRectangle () |
Public Member Functions inherited from casa::ActionAnnotate | |
ActionAnnotate (Client *client) | |
virtual | ~ActionAnnotate () |
Public Member Functions inherited from casa::ActionTool | |
ActionTool (Client *client) | |
virtual | ~ActionTool () |
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::String & | doActionResult () const |
Returns the result of doAction(), if applicable. More... | |
Definition at line 33 of file ActionAnnotateRectangle.h.
casa::ActionAnnotateRectangle::ActionAnnotateRectangle | ( | Client * | client | ) |
|
virtual |