|
CARMA C++
|
Visitor that post processes a set of MonitorCell to have green as their good color. More...
#include <carma/ui/rtd/common/GoodIsGreenVisitor.h>
Inherits carma::ui::rtd::MonitorTableVisitor.
Public Member Functions | |
| void | addToEffectedSet (const monitor::MonitorPoint &mp) |
| void | postprocessMonitorCell (const monitor::MonitorPoint &mp, MonitorCell &monitorCell) const |
Public Member Functions inherited from carma::ui::rtd::MonitorTableVisitor | |
| virtual bool | acceptMonitorPoint (const monitor::MonitorPoint &mp) const |
| virtual int | calcCellWidth (const monitor::MonitorPoint &mp) const |
| virtual ::std::string | generateRowLabel (const monitor::MonitorPoint &mp, bool showUnits) const |
| virtual void | postprocessMonitorCell (const monitor::MonitorPoint &mp, MonitorCell &monitorCell) const |
Visitor that post processes a set of MonitorCell to have green as their good color.
Definition at line 18 of file GoodIsGreenVisitor.h.