#include <ZMFTypes.h>
Public Member Functions | |
| Image () | |
| Image (uint32_t w, uint32_t h, librevenge::RVNGBinaryData d) | |
Public Attributes | |
| uint32_t | width |
| uint32_t | height |
| librevenge::RVNGBinaryData | data |
| libzmf::Image::Image | ( | ) | [inline] |
| libzmf::Image::Image | ( | uint32_t | w, |
| uint32_t | h, | ||
| librevenge::RVNGBinaryData | d | ||
| ) | [inline] |
| librevenge::RVNGBinaryData libzmf::Image::data |
Referenced by libzmf::BMIParser::readImage().
| uint32_t libzmf::Image::height |
Referenced by libzmf::BMIParser::readImage().
| uint32_t libzmf::Image::width |
Referenced by libzmf::BMIParser::readImage().