| 82 | } |
| 83 | |
| 84 | inline void addRenderable(const std::shared_ptr<detail::AbstractRenderable> pRenderable) { |
| 85 | mChart->addRenderable(pRenderable); |
| 86 | } |
| 87 | |
| 88 | inline void render(const int pWindowId, |
| 89 | const int pX, const int pY, const int pVPW, const int pVPH, |
nothing calls this directly
no outgoing calls
no test coverage detected