| 108 | } |
| 109 | |
| 110 | inline void draw(Image* pImage, const bool pKeepAspectRatio) { |
| 111 | pImage->keepAspectRatio(pKeepAspectRatio); |
| 112 | mWindow->draw(pImage->impl()) ; |
| 113 | } |
| 114 | |
| 115 | inline void draw(const Chart* pChart) { |
| 116 | mWindow->draw(pChart->impl()) ; |
nothing calls this directly
no test coverage detected