Internal: the picture content and its size. More...
Public Member Functions | |
| Pict () | |
| constructor | |
Public Attributes | |
| librevenge::RVNGBinaryData | m_data |
| the content | |
| Vec2f | m_size |
| the size of the picture (if known) | |
| std::string | m_mime |
| the mime type | |
| bool | m_parsed |
| flag to know if the data was send to the listener | |
Internal: the picture content and its size.
|
inline |
constructor
| librevenge::RVNGBinaryData WPS8GraphInternal::Pict::m_data |
the content
Referenced by Pict(), WPS8Graph::readBDR(), WPS8Graph::readPICT(), WPS8Graph::sendObject(), and WPS8Graph::storeObjects().
| std::string WPS8GraphInternal::Pict::m_mime |
the mime type
Referenced by Pict(), WPS8Graph::sendObject(), and WPS8Graph::storeObjects().
| bool WPS8GraphInternal::Pict::m_parsed |
flag to know if the data was send to the listener
Referenced by Pict(), and WPS8Graph::sendObject().
| Vec2f WPS8GraphInternal::Pict::m_size |
the size of the picture (if known)
Referenced by Pict(), WPS8Graph::readBDR(), WPS8Graph::readPICT(), WPS8Graph::sendObject(), and WPS8Graph::storeObjects().