#include <FHCollector.h>
| Public Member Functions | |
| FHCollector () | |
| virtual | ~FHCollector () | 
| void | collectString (unsigned recordId, const librevenge::RVNGString &str) | 
| void | collectName (unsigned recordId, const librevenge::RVNGString &str) | 
| void | collectPath (unsigned recordId, const FHPath &path) | 
| void | collectXform (unsigned recordId, double m11, double m21, double m12, double m22, double m13, double m23) | 
| void | collectFHTail (unsigned recordId, const FHTail &fhTail) | 
| void | collectBlock (unsigned recordId, const FHBlock &block) | 
| void | collectList (unsigned recordId, const FHList &lst) | 
| void | collectLayer (unsigned recordId, const FHLayer &layer) | 
| void | collectGroup (unsigned recordId, const FHGroup &group) | 
| void | collectClipGroup (unsigned recordId, const FHGroup &group) | 
| void | collectPathText (unsigned recordId, const FHPathText &group) | 
| void | collectCompositePath (unsigned recordId, const FHCompositePath &compositePath) | 
| void | collectTString (unsigned recordId, const std::vector< unsigned > &elements) | 
| void | collectAGDFont (unsigned recordId, const FHAGDFont &font) | 
| void | collectTEffect (unsigned recordId, const FHTEffect &tEffect) | 
| void | collectParagraph (unsigned recordId, const FHParagraph ¶graph) | 
| void | collectTabTable (unsigned recordId, const std::vector< FHTab > &tabs) | 
| void | collectTextBlok (unsigned recordId, const std::vector< unsigned short > &characters) | 
| void | collectTextObject (unsigned recordId, const FHTextObject &textObject) | 
| void | collectCharProps (unsigned recordId, const FHCharProperties &charProps) | 
| void | collectParagraphProps (unsigned recordId, const FHParagraphProperties ¶graphProps) | 
| void | collectPropList (unsigned recordId, const FHPropList &propertyList) | 
| void | collectDisplayText (unsigned recordId, const FHDisplayText &displayText) | 
| void | collectGraphicStyle (unsigned recordId, const FHGraphicStyle &graphicStyle) | 
| void | collectAttributeHolder (unsigned recordId, const FHAttributeHolder &attributeHolder) | 
| void | collectFilterAttributeHolder (unsigned recordId, const FHFilterAttributeHolder &filterAttributeHolder) | 
| void | collectData (unsigned recordId, const librevenge::RVNGBinaryData &data) | 
| void | collectDataList (unsigned recordId, const FHDataList &list) | 
| void | collectImage (unsigned recordId, const FHImageImport &image) | 
| void | collectMultiColorList (unsigned recordId, const std::vector< FHColorStop > &colorStops) | 
| void | collectNewBlend (unsigned recordId, const FHNewBlend &newBlend) | 
| void | collectOpacityFilter (unsigned recordId, double opacity) | 
| void | collectFWShadowFilter (unsigned recordId, const FWShadowFilter &filter) | 
| void | collectFWGlowFilter (unsigned recordId, const FWGlowFilter &filter) | 
| void | collectPageInfo (const FHPageInfo &pageInfo) | 
| void | collectColor (unsigned recordId, const FHRGBColor &color) | 
| void | collectTintColor (unsigned recordId, const FHTintColor &color) | 
| void | collectBasicFill (unsigned recordId, const FHBasicFill &fill) | 
| void | collectLensFill (unsigned recordId, const FHLensFill &fill) | 
| void | collectLinearFill (unsigned recordId, const FHLinearFill &fill) | 
| void | collectRadialFill (unsigned recordId, const FHRadialFill &fill) | 
| void | collectBasicLine (unsigned recordId, const FHBasicLine &line) | 
| void | collectPatternLine (unsigned recordId, const FHPatternLine &line) | 
| void | collectCustomProc (unsigned recordId, const FHCustomProc &lineFill) | 
| void | collectTileFill (unsigned recordId, const FHTileFill &fill) | 
| void | collectPatternFill (unsigned recordId, const FHPatternFill &fill) | 
| void | collectLinePattern (unsigned recordId, const FHLinePattern &line) | 
| void | collectArrowPath (unsigned recordId, const FHPath &path) | 
| void | collectSymbolClass (unsigned recordId, const FHSymbolClass &symbolClass) | 
| void | collectSymbolInstance (unsigned recordId, const FHSymbolInstance &symbolInstance) | 
| void | outputDrawing (librevenge::RVNGDrawingInterface *painter) | 
| Private Member Functions | |
| FHCollector (const FHCollector &) | |
| FHCollector & | operator= (const FHCollector &) | 
| void | _normalizePath (FHPath &path) | 
| void | _normalizePoint (double &x, double &y) | 
| void | _outputPath (const FHPath *path, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputLayer (unsigned layerId, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputGroup (const FHGroup *group, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputClipGroup (const FHGroup *group, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputCompositePath (const FHCompositePath *compositePath, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputPathText (const FHPathText *pathText, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputTextObject (const FHTextObject *textObject, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputParagraph (const FHParagraph *paragraph, librevenge::RVNGDrawingInterface *painter, unsigned &actPos, unsigned minPos, unsigned maxPos) | 
| void | _outputTextRun (const std::vector< unsigned short > *characters, unsigned offset, unsigned length, unsigned charStyleId, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputDisplayText (const FHDisplayText *displayText, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputImageImport (const FHImageImport *image, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputNewBlend (const FHNewBlend *newBlend, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputSymbolInstance (const FHSymbolInstance *symbolInstance, librevenge::RVNGDrawingInterface *painter) | 
| void | _outputSomething (unsigned somethingId, librevenge::RVNGDrawingInterface *painter) | 
| void | _getBBofPath (const FHPath *path, FHBoundingBox &bBox) | 
| void | _getBBofLayer (unsigned layerId, FHBoundingBox &bBox) | 
| void | _getBBofGroup (const FHGroup *group, FHBoundingBox &bBox) | 
| void | _getBBofClipGroup (const FHGroup *group, FHBoundingBox &bBox) | 
| void | _getBBofPathText (const FHPathText *pathText, FHBoundingBox &bBox) | 
| void | _getBBofCompositePath (const FHCompositePath *compositePath, FHBoundingBox &bBox) | 
| void | _getBBofTextObject (const FHTextObject *textObject, FHBoundingBox &bBox) | 
| void | _getBBofDisplayText (const FHDisplayText *displayText, FHBoundingBox &bBox) | 
| void | _getBBofImageImport (const FHImageImport *image, FHBoundingBox &bBox) | 
| void | _getBBofNewBlend (const FHNewBlend *newBlend, FHBoundingBox &bBox) | 
| void | _getBBofSymbolInstance (const FHSymbolInstance *symbolInstance, FHBoundingBox &bBox) | 
| void | _getBBofSomething (unsigned somethingId, FHBoundingBox &bBox) | 
| const std::vector< unsigned > * | _findListElements (unsigned id) | 
| void | _appendParagraphProperties (librevenge::RVNGPropertyList &propList, unsigned paraPropsId) | 
| void | _appendParagraphProperties (librevenge::RVNGPropertyList &propList, const FH3ParaProperties ¶Props) | 
| void | _appendCharacterProperties (librevenge::RVNGPropertyList &propList, unsigned charPropsId) | 
| void | _appendCharacterProperties (librevenge::RVNGPropertyList &propList, const FH3CharProperties &charProps) | 
| void | _appendFontProperties (librevenge::RVNGPropertyList &propList, unsigned agdFontId) | 
| void | _appendTabProperties (librevenge::RVNGPropertyList &propList, const FHTab &tab) | 
| void | _appendFillProperties (librevenge::RVNGPropertyList &propList, unsigned graphicStyleId) | 
| void | _appendStrokeProperties (librevenge::RVNGPropertyList &propList, unsigned graphicStyleId) | 
| void | _appendBasicFill (librevenge::RVNGPropertyList &propList, const FHBasicFill *basicFill) | 
| void | _appendBasicLine (librevenge::RVNGPropertyList &propList, const FHBasicLine *basicLine) | 
| void | _appendPatternLine (librevenge::RVNGPropertyList &propList, const FHPatternLine *basicLine) | 
| void | _appendCustomProcFill (librevenge::RVNGPropertyList &propList, const FHCustomProc *customProc) | 
| void | _appendCustomProcLine (librevenge::RVNGPropertyList &propList, const FHCustomProc *customProc) | 
| void | _appendLinearFill (librevenge::RVNGPropertyList &propList, const FHLinearFill *linearFill) | 
| void | _appendLensFill (librevenge::RVNGPropertyList &propList, const FHLensFill *lensFill) | 
| void | _appendRadialFill (librevenge::RVNGPropertyList &propList, const FHRadialFill *radialFill) | 
| void | _appendTileFill (librevenge::RVNGPropertyList &propList, const FHTileFill *tileFill) | 
| void | _appendPatternFill (librevenge::RVNGPropertyList &propList, const FHPatternFill *patternFill) | 
| void | _appendLinePattern (librevenge::RVNGPropertyList &propList, const FHLinePattern *linePattern) | 
| void | _appendArrowPath (librevenge::RVNGPropertyList &propList, const FHPath *arrow, bool startArrow) | 
| void | _appendOpacity (librevenge::RVNGPropertyList &propList, const double *opacity) | 
| void | _appendShadow (librevenge::RVNGPropertyList &propList, const FWShadowFilter *filter) | 
| void | _appendGlow (librevenge::RVNGPropertyList &propList, const FWGlowFilter *filter) | 
| void | _applyFilter (librevenge::RVNGPropertyList &propList, unsigned filterId) | 
| const std::vector< unsigned > * | _findTStringElements (unsigned id) | 
| const FHPath * | _findPath (unsigned id) | 
| const FHGroup * | _findGroup (unsigned id) | 
| const FHGroup * | _findClipGroup (unsigned id) | 
| const FHCompositePath * | _findCompositePath (unsigned id) | 
| const FHPathText * | _findPathText (unsigned id) | 
| const FHTextObject * | _findTextObject (unsigned id) | 
| const FHTransform * | _findTransform (unsigned id) | 
| const FHTEffect * | _findTEffect (unsigned id) | 
| const FHParagraph * | _findParagraph (unsigned id) | 
| const std::vector< FHTab > * | _findTabTable (unsigned id) | 
| const FHPropList * | _findPropList (unsigned id) | 
| const FHGraphicStyle * | _findGraphicStyle (unsigned id) | 
| const std::vector< unsigned short > * | _findTextBlok (unsigned id) | 
| const FHBasicFill * | _findBasicFill (unsigned id) | 
| const FHLinearFill * | _findLinearFill (unsigned id) | 
| const FHLensFill * | _findLensFill (unsigned id) | 
| const FHRadialFill * | _findRadialFill (unsigned id) | 
| const FHTileFill * | _findTileFill (unsigned id) | 
| const FHPatternFill * | _findPatternFill (unsigned id) | 
| const FHLinePattern * | _findLinePattern (unsigned id) | 
| const FHPath * | _findArrowPath (unsigned id) | 
| const FHBasicLine * | _findBasicLine (unsigned id) | 
| const FHCustomProc * | _findCustomProc (unsigned id) | 
| const FHPatternLine * | _findPatternLine (unsigned id) | 
| const FHRGBColor * | _findRGBColor (unsigned id) | 
| const FHTintColor * | _findTintColor (unsigned id) | 
| const FHDisplayText * | _findDisplayText (unsigned id) | 
| const FHImageImport * | _findImageImport (unsigned id) | 
| const FHNewBlend * | _findNewBlend (unsigned id) | 
| const double * | _findOpacityFilter (unsigned id) | 
| const FWShadowFilter * | _findFWShadowFilter (unsigned id) | 
| const FWGlowFilter * | _findFWGlowFilter (unsigned id) | 
| const FHFilterAttributeHolder * | _findFilterAttributeHolder (unsigned id) | 
| const librevenge::RVNGBinaryData * | _findData (unsigned id) | 
| librevenge::RVNGString | getColorString (unsigned id, double tint=1) | 
| unsigned | _findFillId (const FHGraphicStyle &graphicStyle) | 
| unsigned | _findStrokeId (const FHGraphicStyle &graphicStyle) | 
| const FHFilterAttributeHolder * | _findFilterAttributeHolder (const FHGraphicStyle &graphicStyle) | 
| unsigned | _findValueFromAttribute (unsigned id) | 
| const FHSymbolClass * | _findSymbolClass (unsigned id) | 
| const FHSymbolInstance * | _findSymbolInstance (unsigned id) | 
| unsigned | _findContentId (unsigned graphicStyleId) | 
| const std::vector< FHColorStop > * | _findMultiColorList (unsigned id) | 
| librevenge::RVNGBinaryData | getImageData (unsigned id) | 
| FHRGBColor | getRGBFromTint (const FHTintColor &tint) | 
| void | _generateBitmapFromPattern (librevenge::RVNGBinaryData &bitmap, unsigned colorId, const std::vector< unsigned char > &pattern) | 
| Private Attributes | |
| FHPageInfo | m_pageInfo | 
| FHTail | m_fhTail | 
| std::pair< unsigned, FHBlock > | m_block | 
| std::map< unsigned, FHTransform > | m_transforms | 
| std::map< unsigned, FHPath > | m_paths | 
| std::map< unsigned, librevenge::RVNGString > | m_strings | 
| std::map< librevenge::RVNGString, unsigned > | m_names | 
| std::map< unsigned, FHList > | m_lists | 
| std::map< unsigned, FHLayer > | m_layers | 
| std::map< unsigned, FHGroup > | m_groups | 
| std::map< unsigned, FHGroup > | m_clipGroups | 
| std::stack< FHTransform > | m_currentTransforms | 
| std::vector< FHTransform > | m_fakeTransforms | 
| std::map< unsigned, FHCompositePath > | m_compositePaths | 
| std::map< unsigned, FHPathText > | m_pathTexts | 
| std::map< unsigned, std::vector< unsigned > > | m_tStrings | 
| std::map< unsigned, FHAGDFont > | m_fonts | 
| std::map< unsigned, FHTEffect > | m_tEffects | 
| std::map< unsigned, FHParagraph > | m_paragraphs | 
| std::map< unsigned, std::vector< FHTab > > | m_tabs | 
| std::map< unsigned, std::vector< unsigned short > > | m_textBloks | 
| std::map< unsigned, FHTextObject > | m_textObjects | 
| std::map< unsigned, FHCharProperties > | m_charProperties | 
| std::map< unsigned, FHParagraphProperties > | m_paragraphProperties | 
| std::map< unsigned, FHRGBColor > | m_rgbColors | 
| std::map< unsigned, FHBasicFill > | m_basicFills | 
| std::map< unsigned, FHPropList > | m_propertyLists | 
| std::map< unsigned, FHBasicLine > | m_basicLines | 
| std::map< unsigned, FHCustomProc > | m_customProcs | 
| std::map< unsigned, FHPatternLine > | m_patternLines | 
| std::map< unsigned, FHDisplayText > | m_displayTexts | 
| std::map< unsigned, FHGraphicStyle > | m_graphicStyles | 
| std::map< unsigned, FHAttributeHolder > | m_attributeHolders | 
| std::map< unsigned, librevenge::RVNGBinaryData > | m_data | 
| std::map< unsigned, FHDataList > | m_dataLists | 
| std::map< unsigned, FHImageImport > | m_images | 
| std::map< unsigned, std::vector< FHColorStop > > | m_multiColorLists | 
| std::map< unsigned, FHLinearFill > | m_linearFills | 
| std::map< unsigned, FHTintColor > | m_tints | 
| std::map< unsigned, FHLensFill > | m_lensFills | 
| std::map< unsigned, FHRadialFill > | m_radialFills | 
| std::map< unsigned, FHNewBlend > | m_newBlends | 
| std::map< unsigned, FHFilterAttributeHolder > | m_filterAttributeHolders | 
| std::map< unsigned, double > | m_opacityFilters | 
| std::map< unsigned, FWShadowFilter > | m_shadowFilters | 
| std::map< unsigned, FWGlowFilter > | m_glowFilters | 
| std::map< unsigned, FHTileFill > | m_tileFills | 
| std::map< unsigned, FHSymbolClass > | m_symbolClasses | 
| std::map< unsigned, FHSymbolInstance > | m_symbolInstances | 
| std::map< unsigned, FHPatternFill > | m_patternFills | 
| std::map< unsigned, FHLinePattern > | m_linePatterns | 
| std::map< unsigned, FHPath > | m_arrowPaths | 
| unsigned | m_strokeId | 
| unsigned | m_fillId | 
| unsigned | m_contentId | 
| unsigned | m_textBoxNumberId | 
| std::deque< unsigned > | m_visitedObjects | 
| libfreehand::FHCollector::FHCollector | ( | ) | 
| 
 | virtual | 
| 
 | private | 
| 
 | private | 
Referenced by _appendBasicLine().
| 
 | private | 
Referenced by _appendFillProperties().
| 
 | private | 
Referenced by _appendStrokeProperties().
| 
 | private | 
Referenced by _outputDisplayText(), and _outputTextRun().
| 
 | private | 
| 
 | private | 
Referenced by _appendFillProperties().
| 
 | private | 
Referenced by _appendStrokeProperties().
| 
 | private | 
Referenced by _appendStrokeProperties(), _outputClipGroup(), _outputImageImport(), and _outputPath().
| 
 | private | 
Referenced by _appendCharacterProperties().
| 
 | private | 
Referenced by _applyFilter().
| 
 | private | 
Referenced by _appendFillProperties().
| 
 | private | 
Referenced by _appendFillProperties().
| 
 | private | 
Referenced by _appendBasicLine().
| 
 | private | 
Referenced by _applyFilter().
| 
 | private | 
Referenced by _outputDisplayText(), and _outputParagraph().
| 
 | private | 
| 
 | private | 
Referenced by _appendFillProperties().
| 
 | private | 
Referenced by _appendStrokeProperties().
| 
 | private | 
Referenced by _appendFillProperties().
| 
 | private | 
Referenced by _applyFilter().
| 
 | private | 
Referenced by _outputClipGroup(), _outputImageImport(), and _outputPath().
| 
 | private | 
Referenced by _appendParagraphProperties().
| 
 | private | 
Referenced by _appendFillProperties().
| 
 | private | 
Referenced by _appendFillProperties(), and _appendStrokeProperties().
| 
 | private | 
Referenced by _appendBasicLine().
| 
 | private | 
Referenced by _appendFillProperties(), and _findFillId().
| 
 | private | 
Referenced by _appendStrokeProperties(), and _findStrokeId().
| 
 | private | 
Referenced by _getBBofSomething(), and _outputSomething().
| 
 | private | 
Referenced by _getBBofSomething(), and _outputSomething().
| 
 | private | 
Referenced by _outputPath().
| 
 | private | 
Referenced by _appendFillProperties(), _appendStrokeProperties(), and _findFillId().
| 
 | private | 
Referenced by getImageData().
| 
 | private | 
Referenced by _getBBofPathText(), _getBBofSomething(), _outputPathText(), and _outputSomething().
| 
 | private | 
Referenced by _appendFillProperties().
| 
 | private | 
Referenced by _appendFillProperties(), _appendStrokeProperties(), and _findFilterAttributeHolder().
| 
 | private | 
| 
 | private | 
Referenced by _applyFilter().
| 
 | private | 
Referenced by _applyFilter().
| 
 | private | 
Referenced by _appendFillProperties(), _appendStrokeProperties(), and _findContentId().
| 
 | private | 
Referenced by _getBBofSomething(), and _outputSomething().
| 
 | private | 
Referenced by _getBBofSomething(), and _outputSomething().
| 
 | private | 
Referenced by _appendFillProperties(), and _findFillId().
| 
 | private | 
Referenced by _appendFillProperties(), and _findFillId().
| 
 | private | 
Referenced by _appendBasicLine().
| 
 | private | 
| 
 | private | 
Referenced by _appendLinearFill(), and _appendRadialFill().
| 
 | private | 
Referenced by _getBBofSomething(), and _outputSomething().
| 
 | private | 
Referenced by _applyFilter().
| 
 | private | 
Referenced by _outputTextObject().
| 
 | private | 
Referenced by _getBBofCompositePath(), _getBBofSomething(), _outputClipGroup(), _outputCompositePath(), and _outputSomething().
| 
 | private | 
Referenced by _getBBofSomething(), and _outputSomething().
| 
 | private | 
Referenced by _appendFillProperties(), and _findFillId().
| 
 | private | 
Referenced by _appendStrokeProperties().
| 
 | private | 
Referenced by _appendFillProperties(), _appendStrokeProperties(), and _findContentId().
| 
 | private | 
Referenced by _appendFillProperties(), and _findFillId().
| 
 | private | 
Referenced by _generateBitmapFromPattern(), getColorString(), and getRGBFromTint().
| 
 | private | 
Referenced by _appendStrokeProperties().
| 
 | private | 
Referenced by _getBBofSymbolInstance(), and _outputSymbolInstance().
| 
 | private | 
Referenced by _getBBofSomething(), and _outputSomething().
| 
 | private | 
| 
 | private | 
Referenced by _appendCharacterProperties().
| 
 | private | 
| 
 | private | 
Referenced by _getBBofSomething(), and _outputSomething().
| 
 | private | 
Referenced by _appendFillProperties(), and _findFillId().
| 
 | private | 
Referenced by _generateBitmapFromPattern(), and getColorString().
| 
 | private | 
| 
 | private | 
Referenced by _outputTextObject().
| 
 | private | 
Referenced by _findFillId(), and _findStrokeId().
| 
 | private | 
Referenced by _appendPatternFill().
| 
 | private | 
Referenced by _getBBofSomething().
| 
 | private | 
Referenced by _getBBofSomething().
| 
 | private | 
Referenced by _getBBofPathText(), and _getBBofSomething().
| 
 | private | 
Referenced by _getBBofSomething().
| 
 | private | 
Referenced by _getBBofSomething().
| 
 | private | 
| 
 | private | 
Referenced by _getBBofSomething().
| 
 | private | 
Referenced by _getBBofCompositePath(), and _getBBofSomething().
| 
 | private | 
Referenced by _getBBofSomething().
| 
 | private | 
Referenced by _appendTileFill(), _getBBofClipGroup(), _getBBofGroup(), _getBBofSymbolInstance(), and _outputTextObject().
| 
 | private | 
Referenced by _getBBofSomething().
| 
 | private | 
Referenced by _getBBofSomething().
| 
 | private | 
Referenced by _getBBofPath(), _outputClipGroup(), and _outputPath().
| 
 | private | 
| 
 | private | 
Referenced by _outputSomething().
| 
 | private | 
Referenced by _outputSomething().
| 
 | private | 
Referenced by _outputPathText(), and _outputSomething().
| 
 | private | 
Referenced by _outputClipGroup(), and _outputSomething().
| 
 | private | 
Referenced by _outputSomething().
| 
 | private | 
Referenced by outputDrawing().
| 
 | private | 
Referenced by _outputSomething().
| 
 | private | 
Referenced by _outputTextObject().
| 
 | private | 
Referenced by _outputCompositePath(), and _outputSomething().
| 
 | private | 
Referenced by _outputSomething().
| 
 | private | 
Referenced by _appendTileFill(), _outputGroup(), _outputLayer(), _outputNewBlend(), _outputPath(), and _outputSymbolInstance().
| 
 | private | 
Referenced by _outputSomething().
| 
 | private | 
Referenced by _outputSomething().
| 
 | private | 
Referenced by _outputParagraph().
| void libfreehand::FHCollector::collectAGDFont | ( | unsigned | recordId, | 
| const FHAGDFont & | font | ||
| ) | 
Referenced by libfreehand::FHParser::readAGDFont().
| void libfreehand::FHCollector::collectArrowPath | ( | unsigned | recordId, | 
| const FHPath & | path | ||
| ) | 
Referenced by libfreehand::FHParser::readArrowPath().
| void libfreehand::FHCollector::collectAttributeHolder | ( | unsigned | recordId, | 
| const FHAttributeHolder & | attributeHolder | ||
| ) | 
Referenced by libfreehand::FHParser::readAttributeHolder().
| void libfreehand::FHCollector::collectBasicFill | ( | unsigned | recordId, | 
| const FHBasicFill & | fill | ||
| ) | 
Referenced by libfreehand::FHParser::readBasicFill(), and libfreehand::FHParser::readPSFill().
| void libfreehand::FHCollector::collectBasicLine | ( | unsigned | recordId, | 
| const FHBasicLine & | line | ||
| ) | 
Referenced by libfreehand::FHParser::readBasicLine(), and libfreehand::FHParser::readPSLine().
| void libfreehand::FHCollector::collectBlock | ( | unsigned | recordId, | 
| const FHBlock & | block | ||
| ) | 
Referenced by libfreehand::FHParser::readBlock().
| void libfreehand::FHCollector::collectCharProps | ( | unsigned | recordId, | 
| const FHCharProperties & | charProps | ||
| ) | 
Referenced by libfreehand::FHParser::readVMpObj().
| void libfreehand::FHCollector::collectClipGroup | ( | unsigned | recordId, | 
| const FHGroup & | group | ||
| ) | 
Referenced by libfreehand::FHParser::readClipGroup().
| void libfreehand::FHCollector::collectColor | ( | unsigned | recordId, | 
| const FHRGBColor & | color | ||
| ) | 
Referenced by libfreehand::FHParser::readColor6(), libfreehand::FHParser::readPantoneColor(), libfreehand::FHParser::readProcessColor(), libfreehand::FHParser::readSpotColor(), libfreehand::FHParser::readSpotColor6(), libfreehand::FHParser::readTintColor(), and libfreehand::FHParser::readTintColor6().
| void libfreehand::FHCollector::collectCompositePath | ( | unsigned | recordId, | 
| const FHCompositePath & | compositePath | ||
| ) | 
Referenced by libfreehand::FHParser::readCompositePath().
| void libfreehand::FHCollector::collectCustomProc | ( | unsigned | recordId, | 
| const FHCustomProc & | lineFill | ||
| ) | 
Referenced by libfreehand::FHParser::readCustomProc().
| void libfreehand::FHCollector::collectData | ( | unsigned | recordId, | 
| const librevenge::RVNGBinaryData & | data | ||
| ) | 
Referenced by libfreehand::FHParser::readData().
| void libfreehand::FHCollector::collectDataList | ( | unsigned | recordId, | 
| const FHDataList & | list | ||
| ) | 
Referenced by libfreehand::FHParser::readDataList().
| void libfreehand::FHCollector::collectDisplayText | ( | unsigned | recordId, | 
| const FHDisplayText & | displayText | ||
| ) | 
Referenced by libfreehand::FHParser::readDisplayText().
| void libfreehand::FHCollector::collectFHTail | ( | unsigned | recordId, | 
| const FHTail & | fhTail | ||
| ) | 
Referenced by libfreehand::FHParser::readFHTail().
| void libfreehand::FHCollector::collectFilterAttributeHolder | ( | unsigned | recordId, | 
| const FHFilterAttributeHolder & | filterAttributeHolder | ||
| ) | 
Referenced by libfreehand::FHParser::readFilterAttributeHolder().
| void libfreehand::FHCollector::collectFWGlowFilter | ( | unsigned | recordId, | 
| const FWGlowFilter & | filter | ||
| ) | 
Referenced by libfreehand::FHParser::readFWGlowFilter().
| void libfreehand::FHCollector::collectFWShadowFilter | ( | unsigned | recordId, | 
| const FWShadowFilter & | filter | ||
| ) | 
Referenced by libfreehand::FHParser::readFWShadowFilter().
| void libfreehand::FHCollector::collectGraphicStyle | ( | unsigned | recordId, | 
| const FHGraphicStyle & | graphicStyle | ||
| ) | 
Referenced by libfreehand::FHParser::readGraphicStyle().
| void libfreehand::FHCollector::collectGroup | ( | unsigned | recordId, | 
| const FHGroup & | group | ||
| ) | 
Referenced by libfreehand::FHParser::readGroup().
| void libfreehand::FHCollector::collectImage | ( | unsigned | recordId, | 
| const FHImageImport & | image | ||
| ) | 
Referenced by libfreehand::FHParser::readImageImport(), and libfreehand::FHParser::readSwfImport().
| void libfreehand::FHCollector::collectLayer | ( | unsigned | recordId, | 
| const FHLayer & | layer | ||
| ) | 
Referenced by libfreehand::FHParser::readLayer().
| void libfreehand::FHCollector::collectLensFill | ( | unsigned | recordId, | 
| const FHLensFill & | fill | ||
| ) | 
Referenced by libfreehand::FHParser::readLensFill().
| void libfreehand::FHCollector::collectLinearFill | ( | unsigned | recordId, | 
| const FHLinearFill & | fill | ||
| ) | 
| void libfreehand::FHCollector::collectLinePattern | ( | unsigned | recordId, | 
| const FHLinePattern & | line | ||
| ) | 
Referenced by libfreehand::FHParser::readLinePat().
| void libfreehand::FHCollector::collectList | ( | unsigned | recordId, | 
| const FHList & | lst | ||
| ) | 
Referenced by libfreehand::FHParser::readList().
| void libfreehand::FHCollector::collectMultiColorList | ( | unsigned | recordId, | 
| const std::vector< FHColorStop > & | colorStops | ||
| ) | 
Referenced by libfreehand::FHParser::readMultiColorList().
| void libfreehand::FHCollector::collectName | ( | unsigned | recordId, | 
| const librevenge::RVNGString & | str | ||
| ) | 
Referenced by libfreehand::FHParser::readMName().
| void libfreehand::FHCollector::collectNewBlend | ( | unsigned | recordId, | 
| const FHNewBlend & | newBlend | ||
| ) | 
Referenced by libfreehand::FHParser::readNewBlend().
| void libfreehand::FHCollector::collectOpacityFilter | ( | unsigned | recordId, | 
| double | opacity | ||
| ) | 
Referenced by libfreehand::FHParser::readOpacityFilter().
| void libfreehand::FHCollector::collectPageInfo | ( | const FHPageInfo & | pageInfo | ) | 
Referenced by libfreehand::FHParser::parseDocument().
| void libfreehand::FHCollector::collectParagraph | ( | unsigned | recordId, | 
| const FHParagraph & | paragraph | ||
| ) | 
Referenced by libfreehand::FHParser::readParagraph().
| void libfreehand::FHCollector::collectParagraphProps | ( | unsigned | recordId, | 
| const FHParagraphProperties & | paragraphProps | ||
| ) | 
Referenced by libfreehand::FHParser::readVMpObj().
| void libfreehand::FHCollector::collectPath | ( | unsigned | recordId, | 
| const FHPath & | path | ||
| ) | 
| void libfreehand::FHCollector::collectPathText | ( | unsigned | recordId, | 
| const FHPathText & | group | ||
| ) | 
Referenced by libfreehand::FHParser::readPathText().
| void libfreehand::FHCollector::collectPatternFill | ( | unsigned | recordId, | 
| const FHPatternFill & | fill | ||
| ) | 
Referenced by libfreehand::FHParser::readPatternFill().
| void libfreehand::FHCollector::collectPatternLine | ( | unsigned | recordId, | 
| const FHPatternLine & | line | ||
| ) | 
Referenced by libfreehand::FHParser::readPatternLine().
| void libfreehand::FHCollector::collectPropList | ( | unsigned | recordId, | 
| const FHPropList & | propertyList | ||
| ) | 
| void libfreehand::FHCollector::collectRadialFill | ( | unsigned | recordId, | 
| const FHRadialFill & | fill | ||
| ) | 
| void libfreehand::FHCollector::collectString | ( | unsigned | recordId, | 
| const librevenge::RVNGString & | str | ||
| ) | 
| void libfreehand::FHCollector::collectSymbolClass | ( | unsigned | recordId, | 
| const FHSymbolClass & | symbolClass | ||
| ) | 
Referenced by libfreehand::FHParser::readSymbolClass().
| void libfreehand::FHCollector::collectSymbolInstance | ( | unsigned | recordId, | 
| const FHSymbolInstance & | symbolInstance | ||
| ) | 
Referenced by libfreehand::FHParser::readSymbolInstance().
| void libfreehand::FHCollector::collectTabTable | ( | unsigned | recordId, | 
| const std::vector< FHTab > & | tabs | ||
| ) | 
Referenced by libfreehand::FHParser::readTabTable().
| void libfreehand::FHCollector::collectTEffect | ( | unsigned | recordId, | 
| const FHTEffect & | tEffect | ||
| ) | 
Referenced by libfreehand::FHParser::readTEffect(), and libfreehand::FHParser::readTextEffs().
| void libfreehand::FHCollector::collectTextBlok | ( | unsigned | recordId, | 
| const std::vector< unsigned short > & | characters | ||
| ) | 
Referenced by libfreehand::FHParser::readTextBlok().
| void libfreehand::FHCollector::collectTextObject | ( | unsigned | recordId, | 
| const FHTextObject & | textObject | ||
| ) | 
Referenced by libfreehand::FHParser::readTextObject().
| void libfreehand::FHCollector::collectTileFill | ( | unsigned | recordId, | 
| const FHTileFill & | fill | ||
| ) | 
Referenced by libfreehand::FHParser::readTileFill().
| void libfreehand::FHCollector::collectTintColor | ( | unsigned | recordId, | 
| const FHTintColor & | color | ||
| ) | 
Referenced by libfreehand::FHParser::readTintColor().
| void libfreehand::FHCollector::collectTString | ( | unsigned | recordId, | 
| const std::vector< unsigned > & | elements | ||
| ) | 
Referenced by libfreehand::FHParser::readTString().
| void libfreehand::FHCollector::collectXform | ( | unsigned | recordId, | 
| double | m11, | ||
| double | m21, | ||
| double | m12, | ||
| double | m22, | ||
| double | m13, | ||
| double | m23 | ||
| ) | 
Referenced by libfreehand::FHParser::readXform().
| 
 | private | 
| 
 | private | 
Referenced by _outputImageImport(), and outputDrawing().
| 
 | private | 
Referenced by _generateBitmapFromPattern(), and getColorString().
| 
 | private | 
| void libfreehand::FHCollector::outputDrawing | ( | librevenge::RVNGDrawingInterface * | painter | ) | 
Referenced by libfreehand::FHParser::parse().
| 
 | private | 
Referenced by _findArrowPath(), and collectArrowPath().
| 
 | private | 
Referenced by _findValueFromAttribute(), and collectAttributeHolder().
| 
 | private | 
Referenced by _appendCharacterProperties(), _findBasicFill(), and collectBasicFill().
| 
 | private | 
Referenced by _findBasicLine(), and collectBasicLine().
| 
 | private | 
Referenced by collectBlock(), and outputDrawing().
| 
 | private | 
Referenced by _appendCharacterProperties(), and collectCharProps().
| 
 | private | 
Referenced by _findClipGroup(), and collectClipGroup().
| 
 | private | 
Referenced by _findCompositePath(), and collectCompositePath().
| 
 | private | 
Referenced by _findContentId(), and collectName().
| 
 | private | 
Referenced by _appendTileFill(), _getBBofClipGroup(), _getBBofDisplayText(), _getBBofGroup(), _getBBofImageImport(), _getBBofPath(), _getBBofSymbolInstance(), _getBBofTextObject(), _outputClipGroup(), _outputDisplayText(), _outputGroup(), _outputImageImport(), _outputNewBlend(), _outputPath(), _outputSymbolInstance(), and _outputTextObject().
| 
 | private | 
Referenced by _findCustomProc(), and collectCustomProc().
| 
 | private | 
Referenced by _findData(), and collectData().
| 
 | private | 
Referenced by collectDataList(), and getImageData().
| 
 | private | 
Referenced by _findDisplayText(), and collectDisplayText().
| 
 | private | 
| 
 | private | 
Referenced by collectFHTail(), and outputDrawing().
| 
 | private | 
Referenced by _appendFillProperties(), and collectName().
| 
 | private | 
Referenced by _findFilterAttributeHolder(), and collectFilterAttributeHolder().
| 
 | private | 
Referenced by _appendFontProperties(), and collectAGDFont().
| 
 | private | 
Referenced by _findFWGlowFilter(), and collectFWGlowFilter().
| 
 | private | 
Referenced by _findGraphicStyle(), and collectGraphicStyle().
| 
 | private | 
Referenced by _findGroup(), and collectGroup().
| 
 | private | 
Referenced by _findImageImport(), collectImage(), and outputDrawing().
| 
 | private | 
Referenced by _outputLayer(), and collectLayer().
| 
 | private | 
Referenced by _findLensFill(), and collectLensFill().
| 
 | private | 
Referenced by _findLinearFill(), and collectLinearFill().
| 
 | private | 
Referenced by _findLinePattern(), and collectLinePattern().
| 
 | private | 
Referenced by _findFillId(), _findFilterAttributeHolder(), _findListElements(), _findStrokeId(), and collectList().
| 
 | private | 
Referenced by _findMultiColorList(), and collectMultiColorList().
| 
 | private | 
Referenced by collectName().
| 
 | private | 
Referenced by _findNewBlend(), and collectNewBlend().
| 
 | private | 
Referenced by _findOpacityFilter(), and collectOpacityFilter().
| 
 | private | 
Referenced by _normalizePath(), _normalizePoint(), collectPageInfo(), and outputDrawing().
| 
 | private | 
Referenced by _appendParagraphProperties(), and collectParagraphProps().
| 
 | private | 
Referenced by _findParagraph(), and collectParagraph().
| 
 | private | 
Referenced by _findPath(), and collectPath().
| 
 | private | 
Referenced by _findPathText(), and collectPathText().
| 
 | private | 
Referenced by _findPatternFill(), and collectPatternFill().
| 
 | private | 
Referenced by _findPatternLine(), and collectPatternLine().
| 
 | private | 
Referenced by _findPropList(), and collectPropList().
| 
 | private | 
Referenced by _findRadialFill(), and collectRadialFill().
| 
 | private | 
Referenced by _findRGBColor(), and collectColor().
| 
 | private | 
Referenced by _findFWShadowFilter(), and collectFWShadowFilter().
| 
 | private | 
Referenced by _appendCharacterProperties(), _appendFontProperties(), and collectString().
| 
 | private | 
Referenced by _appendStrokeProperties(), and collectName().
| 
 | private | 
Referenced by _findSymbolClass(), and collectSymbolClass().
| 
 | private | 
Referenced by _findSymbolInstance(), and collectSymbolInstance().
| 
 | private | 
Referenced by _appendParagraphProperties(), _findTabTable(), and collectTabTable().
| 
 | private | 
Referenced by _findTEffect(), and collectTEffect().
| 
 | private | 
Referenced by _outputParagraph(), and collectTextBlok().
| 
 | private | 
Referenced by _outputTextObject().
| 
 | private | 
Referenced by _findTextObject(), and collectTextObject().
| 
 | private | 
Referenced by _findTileFill(), and collectTileFill().
| 
 | private | 
Referenced by _findTintColor(), and collectTintColor().
| 
 | private | 
Referenced by _findTransform(), and collectXform().
| 
 | private | 
Referenced by _findTStringElements(), and collectTString().
| 
 | private | 
Referenced by _appendFillProperties(), _appendStrokeProperties(), and _outputSomething().