| 277 | } |
| 278 | |
| 279 | void chart2d_impl::pushTicktextCoords(const float pX, const float pY, const float pZ) |
| 280 | { |
| 281 | mTickTextX.push_back(pX); |
| 282 | mTickTextY.push_back(pY); |
| 283 | } |
| 284 | |
| 285 | void chart2d_impl::generateChartData() |
| 286 | { |
nothing calls this directly
no outgoing calls
no test coverage detected