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