CARMA C++
|
Visitor that uses the long monitor point names for row labels instead of the short ones. More...
#include <carma/ui/rtd/common/RowVisitor.h>
Public Member Functions | |
::std::string | generateRowLabel (const monitor::MonitorPoint &mp, bool showUnits) const |
RowVisitor (CellColor goodColor, CellColor warnColor=YELLOW_CELL_COLOR, CellColor errorColor=RED_CELL_COLOR) | |
![]() | |
void | addToEffectedSet (const monitor::MonitorPoint &mp) |
ColorVisitor (CellColor goodColor, CellColor warnColor=YELLOW_CELL_COLOR, CellColor errorColor=RED_CELL_COLOR) | |
void | postprocessMonitorCell (const monitor::MonitorPoint &mp, MonitorCell &monitorCell) const |
![]() | |
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 uses the long monitor point names for row labels instead of the short ones.
Also allows setting of good and bad colors set to something other than the default.
Definition at line 26 of file RowVisitor.h.