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.
| 
 | inline | 
constructor
| librevenge::RVNGString SDGParserInternal::Image::m_link | 
the link name
Referenced by Image(), and SDGParser::readBitmap().
| STOFFEmbeddedObject SDGParserInternal::Image::m_object | 
the object
Referenced by Image(), and SDGParser::readBitmap().
| STOFFVec2i SDGParserInternal::Image::m_size | 
the bitmap size
Referenced by Image(), and SDGParser::readBitmap().