| 138 | } |
| 139 | |
| 140 | void Chart::render(const Window& pWindow, |
| 141 | const int pX, const int pY, const int pVPW, const int pVPH) const |
| 142 | { |
| 143 | FG_THROW(fg_render_chart(pWindow.get(), get(), pX, pY, pVPW, pVPH)); |
| 144 | } |
| 145 | |
| 146 | fg_chart Chart::get() const |
| 147 | { |
nothing calls this directly
no test coverage detected