Internal: small class use to store an image content in a SDGParser. More...
Public Member Functions | |
Image () | |
constructor | |
Public Attributes | |
STOFFEmbeddedObject | m_object |
the object | |
STOFFVec2i | m_size |
the bitmap size | |
librevenge::RVNGString | m_link |
the link name |
Internal: small class use to store an image content in a SDGParser.
SDGParserInternal::Image::Image | ( | ) | [inline] |
constructor
librevenge::RVNGString SDGParserInternal::Image::m_link |
the link name
Referenced by SDGParser::parse(), and SDGParser::readBitmap().
the object
Referenced by SDGParser::parse(), and SDGParser::readBitmap().
the bitmap size
Referenced by SDGParser::parse(), and SDGParser::readBitmap().