#include <ie_impGraphic_Cocoa.h>
Public Member Functions | |
virtual UT_Error | importGraphic (const UT_ConstByteBufPtr &pBB, FG_ConstGraphicPtr &pfg) |
virtual UT_Error | convertGraphic (const UT_ConstByteBufPtr &pBB, UT_ConstByteBufPtr &ppBB) |
Private Member Functions | |
UT_Error | _convertGraphic (const UT_ConstByteBufPtr &pBB) |
Private Attributes | |
UT_ConstByteBufPtr | m_pPngBB |
UT_Error IE_ImpGraphic_Cocoa::_convertGraphic | ( | const UT_ConstByteBufPtr & | pBB | ) | [private] |
References convertImageDataToPNG(), m_pPngBB, UT_ERROR, and UT_OK.
Referenced by convertGraphic(), and importGraphic().
UT_Error IE_ImpGraphic_Cocoa::convertGraphic | ( | const UT_ConstByteBufPtr & | pBB, | |
UT_ConstByteBufPtr & | ppBB | |||
) | [virtual] |
References _convertGraphic(), m_pPngBB, and UT_OK.
UT_Error IE_ImpGraphic_Cocoa::importGraphic | ( | const UT_ConstByteBufPtr & | pBB, | |
FG_ConstGraphicPtr & | pfg | |||
) | [virtual] |
Reimplemented from IE_ImpGraphic.
References _convertGraphic(), m_pPngBB, and UT_OK.
Referenced by _convertGraphic(), convertGraphic(), and importGraphic().