#include <CDRContentCollector.h>
Public Member Functions | |
CDRContentCollector (CDRParserState &ps, librevenge::RVNGDrawingInterface *painter, bool reverseOrder=true) | |
~CDRContentCollector () override | |
void | collectPage (unsigned level) override |
void | collectObject (unsigned level) override |
void | collectGroup (unsigned level) override |
void | collectVect (unsigned level) override |
void | collectOtherList () override |
void | collectPath (const CDRPath &path) override |
void | collectLevel (unsigned level) override |
void | collectTransform (const CDRTransforms &transforms, bool considerGroupTransform) override |
void | collectFillStyle (unsigned, const CDRFillStyle &) override |
void | collectFillStyleId (unsigned id) override |
void | collectLineStyle (unsigned, const CDRLineStyle &) override |
void | collectLineStyleId (unsigned id) override |
void | collectRotate (double angle, double cx, double cy) override |
void | collectFlags (unsigned flags, bool considerFlags) override |
void | collectPageSize (double, double, double, double) override |
void | collectPolygonTransform (unsigned numAngles, unsigned nextPoint, double rx, double ry, double cx, double cy) override |
void | collectBitmap (unsigned imageId, double x1, double x2, double y1, double y2) override |
void | collectBmp (unsigned, unsigned, unsigned, unsigned, unsigned, const std::vector< unsigned > &, const std::vector< unsigned char > &) override |
void | collectBmp (unsigned, const std::vector< unsigned char > &) override |
void | collectBmpf (unsigned, unsigned, unsigned, const std::vector< unsigned char > &) override |
void | collectPpdt (const std::vector< std::pair< double, double > > &points, const std::vector< unsigned > &knotVector) override |
void | collectFillTransform (const CDRTransforms &fillTrafo) override |
void | collectFillOpacity (double opacity) override |
void | collectPolygon () override |
void | collectSpline () override |
void | collectColorProfile (const std::vector< unsigned char > &) override |
void | collectBBox (double x0, double y0, double x1, double y1) override |
void | collectSpnd (unsigned spnd) override |
void | collectVectorPattern (unsigned id, const librevenge::RVNGBinaryData &data) override |
void | collectPaletteEntry (unsigned, unsigned, const CDRColor &) override |
void | collectText (unsigned, unsigned, const std::vector< unsigned char > &, const std::vector< unsigned char > &, const std::map< unsigned, CDRStyle > &) override |
void | collectArtisticText (double x, double y) override |
void | collectParagraphText (double x, double y, double width, double height) override |
void | collectStld (unsigned, const CDRStyle &) override |
void | collectStyleId (unsigned styleId) override |
![]() | |
CDRCollector () | |
virtual | ~CDRCollector () |
Private Member Functions | |
CDRContentCollector (const CDRContentCollector &) | |
CDRContentCollector & | operator= (const CDRContentCollector &) |
void | _startDocument () |
void | _endDocument () |
void | _startPage (double width, double height) |
void | _endPage () |
void | _flushCurrentPath () |
void | _fillProperties (librevenge::RVNGPropertyList &propList) |
void | _lineProperties (librevenge::RVNGPropertyList &propList) |
void | _generateBitmapFromPattern (librevenge::RVNGBinaryData &bitmap, const CDRPattern &pattern, const CDRColor &fgColor, const CDRColor &bgColor) |
libcdr::CDRContentCollector::CDRContentCollector | ( | libcdr::CDRParserState & | ps, |
librevenge::RVNGDrawingInterface * | painter, | ||
bool | reverseOrder = true |
||
) |
Referenced by collectStld().
|
override |
|
private |
|
private |
Referenced by collectStld(), and ~CDRContentCollector().
|
private |
Referenced by _endDocument(), collectLevel(), collectStld(), and ~CDRContentCollector().
|
private |
Referenced by _flushCurrentPath(), and collectStld().
|
private |
Referenced by collectLevel(), and collectStld().
|
private |
Referenced by _fillProperties(), and collectStld().
|
private |
Referenced by _flushCurrentPath(), and collectStld().
|
private |
Referenced by _startPage(), and collectStld().
|
private |
Referenced by collectFlags(), collectGroup(), collectObject(), and collectStld().
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectText().
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectColorProfile().
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectPageSize().
|
inlineoverridevirtual |
Implements libcdr::CDRCollector.
|
inlineoverridevirtual |
Implements libcdr::CDRCollector.
|
inlineoverridevirtual |
Implements libcdr::CDRCollector.
|
inlineoverridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectBmpf().
|
inlineoverridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectFillStyle().
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectBmpf().
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectLineStyle().
|
overridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
|
inlineoverridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectLineStyle().
|
overridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
|
inlineoverridevirtual |
Implements libcdr::CDRCollector.
|
inlineoverridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectText().
|
overridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectBmpf().
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectPageSize().
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectBmpf().
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectLineStyle().
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectBmpf().
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectColorProfile().
|
inlineoverridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectStld().
|
inlineoverridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
|
overridevirtual |
Implements libcdr::CDRCollector.
Referenced by collectColorProfile().
|
private |
Referenced by collectStld().
|
private |
Referenced by _endPage(), CDRContentCollector(), and collectLevel().
|
private |
Referenced by _endPage(), CDRContentCollector(), and collectLevel().
|
private |
Referenced by _flushCurrentPath(), collectArtisticText(), collectBBox(), and collectObject().
|
private |
Referenced by _fillProperties(), collectFillStyleId(), and collectObject().
|
private |
|
private |
Referenced by _flushCurrentPath(), and collectBitmap().
|
private |
Referenced by _lineProperties(), collectLineStyleId(), and collectObject().
|
private |
Referenced by collectLevel(), collectObject(), and collectTransform().
|
private |
Referenced by collectLevel(), and collectPage().
|
private |
Referenced by _flushCurrentPath(), collectPath(), and collectRotate().
|
private |
Referenced by _fillProperties(), _lineProperties(), collectObject(), and collectStyleId().
|
private |
Referenced by _flushCurrentPath(), collectArtisticText(), and collectParagraphText().
|
private |
Referenced by _flushCurrentPath(), collectArtisticText(), and collectParagraphText().
|
private |
Referenced by _fillProperties(), _flushCurrentPath(), _lineProperties(), and collectTransform().
|
private |
Referenced by collectBBox(), collectGroup(), collectLevel(), collectObject(), collectSpnd(), and collectVect().
|
private |
Referenced by _fillProperties(), _flushCurrentPath(), and collectFillOpacity().
|
private |
Referenced by collectLevel(), and collectVect().
|
private |
Referenced by collectLevel(), and collectVect().
|
private |
Referenced by _fillProperties(), _flushCurrentPath(), and collectFillTransform().
|
private |
Referenced by collectGroup(), collectLevel(), and collectTransform().
|
private |
Referenced by _flushCurrentPath(), _lineProperties(), collectGroup(), collectLevel(), and collectTransform().
|
private |
Referenced by _startPage(), collectFlags(), collectGroup(), collectObject(), and collectPage().
|
private |
Referenced by _endDocument(), _startDocument(), _startPage(), and ~CDRContentCollector().
|
private |
Referenced by _flushCurrentPath(), and collectPolygon().
|
private |
Referenced by _flushCurrentPath(), and collectSpline().
|
private |
Referenced by collectFlags(), and collectPage().
|
private |
Referenced by _endDocument(), _endPage(), _startPage(), collectFlags(), collectGroup(), collectObject(), and ~CDRContentCollector().
|
private |
Referenced by _flushCurrentPath(), CDRContentCollector(), collectGroup(), collectLevel(), and collectVect().
|
private |
Referenced by _flushCurrentPath(), CDRContentCollector(), collectGroup(), collectLevel(), and collectVect().
|
private |
Referenced by _flushCurrentPath(), collectBBox(), collectFlags(), collectGroup(), collectLevel(), collectObject(), collectPage(), and collectVect().
|
private |
Referenced by collectLevel(), and collectPage().
|
private |
Referenced by _endDocument(), _endPage(), _startDocument(), and _startPage().
|
private |
Referenced by _flushCurrentPath(), and collectPolygonTransform().
|
private |
|
private |
Referenced by _flushCurrentPath(), collectGroup(), and collectLevel().
|
private |
Referenced by _flushCurrentPath(), and collectPpdt().
|
private |
Referenced by collectArtisticText(), collectLevel(), collectParagraphText(), and collectSpnd().