#include <OXML_Image.h>
Public Member Functions | |
| OXML_Image () | |
| virtual | ~OXML_Image () |
| void | setId (const std::string &id) |
| void | setMimeType (const std::string &mimeType) |
| void | setData (const UT_ByteBuf *data) |
| void | setGraphic (const FG_Graphic *fg) |
| const std::string & | getId () const |
| UT_Error | serialize (IE_Exp_OpenXML *exporter) |
| UT_Error | addToPT (PD_Document *pDocument) |
Private Attributes | |
| std::string | m_id |
| std::string | m_mimeType |
| const UT_ByteBuf * | m_data |
| const FG_Graphic * | m_graphic |
| OXML_Image::OXML_Image | ( | ) |
| UT_Error OXML_Image::addToPT | ( | PD_Document * | pDocument | ) |
| const std::string& OXML_Image::getId | ( | ) | const [inline] |
References m_id.
| UT_Error OXML_Image::serialize | ( | IE_Exp_OpenXML * | exporter | ) |
| void OXML_Image::setData | ( | const UT_ByteBuf * | data | ) |
References DELETEP, m_data, and m_graphic.
Referenced by IE_Exp_OpenXML_Listener::addImages().
| void OXML_Image::setGraphic | ( | const FG_Graphic * | fg | ) |
References DELETEP, m_data, and m_graphic.
Referenced by OXMLi_ListenerState_Image::addImage().
| void OXML_Image::setId | ( | const std::string & | id | ) |
References m_id.
Referenced by OXMLi_ListenerState_Image::addImage(), and IE_Exp_OpenXML_Listener::addImages().
| void OXML_Image::setMimeType | ( | const std::string & | mimeType | ) |
References m_mimeType.
Referenced by IE_Exp_OpenXML_Listener::addImages().
const UT_ByteBuf* OXML_Image::m_data [private] |
Referenced by addToPT(), serialize(), setData(), and setGraphic().
const FG_Graphic* OXML_Image::m_graphic [private] |
Referenced by addToPT(), serialize(), setData(), setGraphic(), and ~OXML_Image().
std::string OXML_Image::m_id [private] |
Referenced by addToPT(), getId(), serialize(), and setId().
std::string OXML_Image::m_mimeType [private] |
Referenced by addToPT(), serialize(), and setMimeType().
1.7.1