#include <CDRCollector.h>
Public Member Functions | |
CDRParserState () | |
~CDRParserState () | |
unsigned | _getRGBColor (const CDRColor &color) |
unsigned | getBMPColor (const CDRColor &color) |
librevenge::RVNGString | getRGBColorString (const CDRColor &color) |
void | setColorTransform (const std::vector< unsigned char > &profile) |
void | setColorTransform (librevenge::RVNGInputStream *input) |
Public Attributes | |
std::map< unsigned, librevenge::RVNGBinaryData > | m_bmps |
std::map< unsigned, CDRPattern > | m_patterns |
std::map< unsigned, librevenge::RVNGBinaryData > | m_vects |
std::vector< CDRPage > | m_pages |
std::map< unsigned, CDRColor > | m_documentPalette |
std::map< unsigned, std::vector< CDRTextLine > > | m_texts |
cmsHTRANSFORM | m_colorTransformCMYK2RGB |
cmsHTRANSFORM | m_colorTransformLab2RGB |
cmsHTRANSFORM | m_colorTransformRGB2RGB |
Private Member Functions | |
CDRParserState (const CDRParserState &) | |
CDRParserState & | operator= (const CDRParserState &) |
libcdr::CDRParserState::CDRParserState | ( | ) |
libcdr::CDRParserState::~CDRParserState | ( | ) |
|
private |
unsigned libcdr::CDRParserState::_getRGBColor | ( | const CDRColor & | color | ) |
Referenced by getBMPColor(), and getRGBColorString().
unsigned libcdr::CDRParserState::getBMPColor | ( | const CDRColor & | color | ) |
Referenced by libcdr::CDRStylesCollector::collectBmp().
librevenge::RVNGString libcdr::CDRParserState::getRGBColorString | ( | const CDRColor & | color | ) |
|
private |
void libcdr::CDRParserState::setColorTransform | ( | const std::vector< unsigned char > & | profile | ) |
void libcdr::CDRParserState::setColorTransform | ( | librevenge::RVNGInputStream * | input | ) |
std::map<unsigned, librevenge::RVNGBinaryData> libcdr::CDRParserState::m_bmps |
Referenced by libcdr::CDRStylesCollector::collectBmp().
cmsHTRANSFORM libcdr::CDRParserState::m_colorTransformCMYK2RGB |
Referenced by _getRGBColor(), CDRParserState(), setColorTransform(), and ~CDRParserState().
cmsHTRANSFORM libcdr::CDRParserState::m_colorTransformLab2RGB |
Referenced by _getRGBColor(), CDRParserState(), and ~CDRParserState().
cmsHTRANSFORM libcdr::CDRParserState::m_colorTransformRGB2RGB |
Referenced by _getRGBColor(), CDRParserState(), setColorTransform(), and ~CDRParserState().
std::map<unsigned, CDRColor> libcdr::CDRParserState::m_documentPalette |
Referenced by _getRGBColor(), and libcdr::CDRStylesCollector::collectPaletteEntry().
std::vector<CDRPage> libcdr::CDRParserState::m_pages |
std::map<unsigned, CDRPattern> libcdr::CDRParserState::m_patterns |
Referenced by libcdr::CDRStylesCollector::collectBmpf().
std::map<unsigned, std::vector<CDRTextLine> > libcdr::CDRParserState::m_texts |
Referenced by libcdr::CDRStylesCollector::collectText().
std::map<unsigned, librevenge::RVNGBinaryData> libcdr::CDRParserState::m_vects |