Set legend for rendering */
| 259 | /* Set legend for rendering |
| 260 | */ |
| 261 | void setLegend(const char* pLegend) { |
| 262 | mLegend = std::string(pLegend); |
| 263 | } |
| 264 | |
| 265 | /* Get legend string |
| 266 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected