Return the width of the currently open image file. */
| 132 | virtual ~IImageLoader() = default; |
| 133 | /** Return the width of the currently open image file. */ |
| 134 | unsigned int width() const |
| 135 | { |
| 136 | return _width; |
| 137 | } |
| 138 | /** Return the height of the currently open image file. */ |
| 139 | unsigned int height() const |
| 140 | { |
no outgoing calls
no test coverage detected