Public Member Functions |
| | CDRStylesCollector (CDRParserState &ps) |
| virtual | ~CDRStylesCollector () |
| void | collectPage (unsigned level) |
| void | collectObject (unsigned) |
| void | collectGroup (unsigned) |
| void | collectVect (unsigned) |
| void | collectOtherList () |
| void | collectCubicBezier (double, double, double, double, double, double) |
| void | collectQuadraticBezier (double, double, double, double) |
| void | collectMoveTo (double, double) |
| void | collectLineTo (double, double) |
| void | collectArcTo (double, double, bool, bool, double, double) |
| void | collectClosePath () |
| void | collectLevel (unsigned) |
| void | collectTransform (double, double, double, double, double, double, bool) |
| void | collectFildId (unsigned) |
| void | collectOutlId (unsigned) |
| void | collectFild (unsigned id, unsigned short fillType, const CDRColor &color1, const CDRColor &color2, const CDRGradient &gradient, const CDRImageFill &imageFill) |
| void | collectOutl (unsigned id, unsigned short lineType, unsigned short capsType, unsigned short joinType, double lineWidth, double stretch, double angle, const CDRColor &color, const std::vector< unsigned short > &dashArray, unsigned startMarkerId, unsigned endMarkerId) |
| void | collectRotate (double, double, double) |
| void | collectFlags (unsigned, bool) |
| void | collectPageSize (double width, double height, double offsetX, double offsetY) |
| void | collectPolygonTransform (unsigned, unsigned, double, double, double, double) |
| void | collectBitmap (unsigned, double, double, double, double) |
| void | collectBmp (unsigned imageId, unsigned colorModel, unsigned width, unsigned height, unsigned bpp, const std::vector< unsigned > &palette, const std::vector< unsigned char > &bitmap) |
| void | collectBmp (unsigned imageId, const std::vector< unsigned char > &bitmap) |
| void | collectBmpf (unsigned patternId, unsigned width, unsigned height, const std::vector< unsigned char > &pattern) |
| void | collectPpdt (const std::vector< std::pair< double, double > > &, const std::vector< unsigned > &) |
| void | collectFillTransform (double, double, double, double, double, double) |
| void | collectFillOpacity (double) |
| void | collectPolygon () |
| void | collectSpline () |
| void | collectColorProfile (const std::vector< unsigned char > &profile) |
| void | collectBBox (double, double, double, double) |
| void | collectSpnd (unsigned) |
| void | collectVectorPattern (unsigned, const WPXBinaryData &) |
| void | collectPaletteEntry (unsigned colorId, unsigned userId, const CDRColor &color) |
| void | collectFont (unsigned fontId, unsigned short fontEncoding, const WPXString &font) |
| void | collectText (unsigned textId, unsigned styleId, const std::vector< unsigned char > &data, const std::vector< uint64_t > &charDescriptions, const std::map< unsigned, CDRCharacterStyle > &styleOverrides) |
| void | collectArtisticText () |
| void | collectParagraphText () |
| void | collectStlt (const std::map< unsigned, CDRCharacterStyle > &charStyles) |
| | CDRCollector () |
| virtual | ~CDRCollector () |