26 #ifndef ACTIONLOCATE_H_
27 #define ACTIONLOCATE_H_
43 std::vector<PlotRegion>& regions,
bool showUnflagged,
bool showFlagged);
virtual void addRedrawPlot(PlotMSPlot *plot)
virtual PlotLogMessage * doFlagOperation(PlotMSPlot *plot, int canvasIndex, std::vector< PlotRegion > ®ions, bool showUnflagged, bool showFlagged)
Class for a single "plot" concept.
virtual void redrawPlots(PlotMSPlot *plot)
virtual string getOperationLabel() const
Abstraction for the interface between the client (possibly a GUI) and the model (plot engine) that is...
Superclass for all messages going through the PlotLogger.
ActionLocate(Client *client)