libvisio::VSDCollector Class Referenceabstract

#include <VSDCollector.h>

Inheritance diagram for libvisio::VSDCollector:
libvisio::VSDContentCollector libvisio::VSDStylesCollector

Public Member Functions

 VSDCollector ()
 
virtual ~VSDCollector ()
 
virtual void collectDocumentTheme (const VSDXTheme *theme)=0
 
virtual void collectEllipticalArcTo (unsigned id, unsigned level, double x3, double y3, double x2, double y2, double angle, double ecc)=0
 
virtual void collectForeignData (unsigned level, const librevenge::RVNGBinaryData &binaryData)=0
 
virtual void collectOLEList (unsigned id, unsigned level)=0
 
virtual void collectOLEData (unsigned id, unsigned level, const librevenge::RVNGBinaryData &oleData)=0
 
virtual void collectEllipse (unsigned id, unsigned level, double cx, double cy, double xleft, double yleft, double xtop, double ytop)=0
 
virtual void collectLine (unsigned level, const boost::optional< double > &strokeWidth, const boost::optional< Colour > &c, const boost::optional< unsigned char > &linePattern, const boost::optional< unsigned char > &startMarker, const boost::optional< unsigned char > &endMarker, const boost::optional< unsigned char > &lineCap, const boost::optional< double > &rounding, const boost::optional< long > &qsLineColour, const boost::optional< long > &qsLineMatrix)=0
 
virtual void collectFillAndShadow (unsigned level, const boost::optional< Colour > &colourFG, const boost::optional< Colour > &colourBG, const boost::optional< unsigned char > &fillPattern, const boost::optional< double > &fillFGTransparency, const boost::optional< double > &fillBGTransparency, const boost::optional< unsigned char > &shadowPattern, const boost::optional< Colour > &shfgc, const boost::optional< double > &shadowOffsetX, const boost::optional< double > &shadowOffsetY, const boost::optional< long > &qsFc, const boost::optional< long > &qsSc, const boost::optional< long > &qsLm)=0
 
virtual void collectFillAndShadow (unsigned level, const boost::optional< Colour > &colourFG, const boost::optional< Colour > &colourBG, const boost::optional< unsigned char > &fillPattern, const boost::optional< double > &fillFGTransparency, const boost::optional< double > &fillBGTransparency, const boost::optional< unsigned char > &shadowPattern, const boost::optional< Colour > &shfgc)=0
 
virtual void collectGeometry (unsigned id, unsigned level, bool noFill, bool noLine, bool noShow)=0
 
virtual void collectMoveTo (unsigned id, unsigned level, double x, double y)=0
 
virtual void collectLineTo (unsigned id, unsigned level, double x, double y)=0
 
virtual void collectArcTo (unsigned id, unsigned level, double x2, double y2, double bow)=0
 
virtual void collectNURBSTo (unsigned id, unsigned level, double x2, double y2, unsigned char xType, unsigned char yType, unsigned degree, const std::vector< std::pair< double, double > > &ctrlPnts, const std::vector< double > &kntVec, const std::vector< double > &weights)=0
 
virtual void collectNURBSTo (unsigned id, unsigned level, double x2, double y2, double knot, double knotPrev, double weight, double weightPrev, unsigned dataID)=0
 
virtual void collectNURBSTo (unsigned id, unsigned level, double x2, double y2, double knot, double knotPrev, double weight, double weightPrev, const NURBSData &data)=0
 
virtual void collectPolylineTo (unsigned id, unsigned level, double x, double y, unsigned char xType, unsigned char yType, const std::vector< std::pair< double, double > > &points)=0
 
virtual void collectPolylineTo (unsigned id, unsigned level, double x, double y, unsigned dataID)=0
 
virtual void collectPolylineTo (unsigned id, unsigned level, double x, double y, const PolylineData &data)=0
 
virtual void collectShapeData (unsigned id, unsigned level, unsigned char xType, unsigned char yType, unsigned degree, double lastKnot, std::vector< std::pair< double, double > > controlPoints, std::vector< double > knotVector, std::vector< double > weights)=0
 
virtual void collectShapeData (unsigned id, unsigned level, unsigned char xType, unsigned char yType, std::vector< std::pair< double, double > > points)=0
 
virtual void collectXFormData (unsigned level, const XForm &xform)=0
 
virtual void collectTxtXForm (unsigned level, const XForm &txtxform)=0
 
virtual void collectShapesOrder (unsigned id, unsigned level, const std::vector< unsigned > &shapeIds)=0
 
virtual void collectForeignDataType (unsigned level, unsigned foreignType, unsigned foreignFormat, double offsetX, double offsetY, double width, double height)=0
 
virtual void collectPageProps (unsigned id, unsigned level, double pageWidth, double pageHeight, double shadowOffsetX, double shadowOffsetY, double scale)=0
 
virtual void collectPage (unsigned id, unsigned level, unsigned backgroundPageID, bool isBackgroundPage, const VSDName &pageName)=0
 
virtual void collectShape (unsigned id, unsigned level, unsigned parent, unsigned masterPage, unsigned masterShape, unsigned lineStyle, unsigned fillStyle, unsigned textStyle)=0
 
virtual void collectSplineStart (unsigned id, unsigned level, double x, double y, double secondKnot, double firstKnot, double lastKnot, unsigned degree)=0
 
virtual void collectSplineKnot (unsigned id, unsigned level, double x, double y, double knot)=0
 
virtual void collectSplineEnd ()=0
 
virtual void collectInfiniteLine (unsigned id, unsigned level, double x1, double y1, double x2, double y2)=0
 
virtual void collectRelCubBezTo (unsigned id, unsigned level, double x, double y, double a, double b, double c, double d)=0
 
virtual void collectRelEllipticalArcTo (unsigned id, unsigned level, double x, double y, double a, double b, double c, double d)=0
 
virtual void collectRelLineTo (unsigned id, unsigned level, double x, double y)=0
 
virtual void collectRelMoveTo (unsigned id, unsigned level, double x, double y)=0
 
virtual void collectRelQuadBezTo (unsigned id, unsigned level, double x, double y, double a, double b)=0
 
virtual void collectUnhandledChunk (unsigned id, unsigned level)=0
 
virtual void collectText (unsigned level, const librevenge::RVNGBinaryData &textStream, TextFormat format)=0
 
virtual void collectCharIX (unsigned id, unsigned level, unsigned charCount, const boost::optional< VSDName > &font, const boost::optional< Colour > &fontColour, const boost::optional< double > &fontSize, const boost::optional< bool > &bold, const boost::optional< bool > &italic, const boost::optional< bool > &underline, const boost::optional< bool > &doubleunderline, const boost::optional< bool > &strikeout, const boost::optional< bool > &doublestrikeout, const boost::optional< bool > &allcaps, const boost::optional< bool > &initcaps, const boost::optional< bool > &smallcaps, const boost::optional< bool > &superscript, const boost::optional< bool > &subscript, const boost::optional< double > &scaleWidth)=0
 
virtual void collectDefaultCharStyle (unsigned charCount, const boost::optional< VSDName > &font, const boost::optional< Colour > &fontColour, const boost::optional< double > &fontSize, const boost::optional< bool > &bold, const boost::optional< bool > &italic, const boost::optional< bool > &underline, const boost::optional< bool > &doubleunderline, const boost::optional< bool > &strikeout, const boost::optional< bool > &doublestrikeout, const boost::optional< bool > &allcaps, const boost::optional< bool > &initcaps, const boost::optional< bool > &smallcaps, const boost::optional< bool > &superscript, const boost::optional< bool > &subscript, const boost::optional< double > &scaleWidth)=0
 
virtual void collectParaIX (unsigned id, unsigned level, unsigned charCount, const boost::optional< double > &indFirst, const boost::optional< double > &indLeft, const boost::optional< double > &indRight, const boost::optional< double > &spLine, const boost::optional< double > &spBefore, const boost::optional< double > &spAfter, const boost::optional< unsigned char > &align, const boost::optional< unsigned char > &bullet, const boost::optional< VSDName > &bulletStr, const boost::optional< VSDName > &bulletFont, const boost::optional< double > &bulletFontSize, const boost::optional< double > &textPosAfterBullet, const boost::optional< unsigned > &flags)=0
 
virtual void collectDefaultParaStyle (unsigned charCount, const boost::optional< double > &indFirst, const boost::optional< double > &indLeft, const boost::optional< double > &indRight, const boost::optional< double > &spLine, const boost::optional< double > &spBefore, const boost::optional< double > &spAfter, const boost::optional< unsigned char > &align, const boost::optional< unsigned char > &bullet, const boost::optional< VSDName > &bulletStr, const boost::optional< VSDName > &bulletFont, const boost::optional< double > &bulletFontSize, const boost::optional< double > &textPosAfterBullet, const boost::optional< unsigned > &flags)=0
 
virtual void collectTextBlock (unsigned level, const boost::optional< double > &leftMargin, const boost::optional< double > &rightMargin, const boost::optional< double > &topMargin, const boost::optional< double > &bottomMargin, const boost::optional< unsigned char > &verticalAlign, const boost::optional< bool > &isBgFilled, const boost::optional< Colour > &bgColour, const boost::optional< double > &defaultTabStop, const boost::optional< unsigned char > &textDirection)=0
 
virtual void collectNameList (unsigned id, unsigned level)=0
 
virtual void collectName (unsigned id, unsigned level, const librevenge::RVNGBinaryData &name, TextFormat format)=0
 
virtual void collectPageSheet (unsigned id, unsigned level)=0
 
virtual void collectMisc (unsigned level, const VSDMisc &misc)=0
 
virtual void collectLayer (unsigned id, unsigned level, const VSDLayer &layer)=0
 
virtual void collectLayerMem (unsigned level, const VSDName &layerMem)=0
 
virtual void collectTabsDataList (unsigned level, const std::map< unsigned, VSDTabSet > &tabSets)=0
 
virtual void collectStyleSheet (unsigned id, unsigned level, unsigned parentLineStyle, unsigned parentFillStyle, unsigned parentTextStyle)=0
 
virtual void collectLineStyle (unsigned level, const boost::optional< double > &strokeWidth, const boost::optional< Colour > &c, const boost::optional< unsigned char > &linePattern, const boost::optional< unsigned char > &startMarker, const boost::optional< unsigned char > &endMarker, const boost::optional< unsigned char > &lineCap, const boost::optional< double > &rounding, const boost::optional< long > &qsLineColour, const boost::optional< long > &qsLineMatrix)=0
 
virtual void collectFillStyle (unsigned level, const boost::optional< Colour > &colourFG, const boost::optional< Colour > &colourBG, const boost::optional< unsigned char > &fillPattern, const boost::optional< double > &fillFGTransparency, const boost::optional< double > &fillBGTransparency, const boost::optional< unsigned char > &shadowPattern, const boost::optional< Colour > &shfgc, const boost::optional< double > &shadowOffsetX, const boost::optional< double > &shadowOffsetY, const boost::optional< long > &qsFillColour, const boost::optional< long > &qsShadowColour, const boost::optional< long > &qsFillMatrix)=0
 
virtual void collectFillStyle (unsigned level, const boost::optional< Colour > &colourFG, const boost::optional< Colour > &colourBG, const boost::optional< unsigned char > &fillPattern, const boost::optional< double > &fillFGTransparency, const boost::optional< double > &fillBGTransparency, const boost::optional< unsigned char > &shadowPattern, const boost::optional< Colour > &shfgc)=0
 
virtual void collectCharIXStyle (unsigned id, unsigned level, unsigned charCount, const boost::optional< VSDName > &font, const boost::optional< Colour > &fontColour, const boost::optional< double > &fontSize, const boost::optional< bool > &bold, const boost::optional< bool > &italic, const boost::optional< bool > &underline, const boost::optional< bool > &doubleunderline, const boost::optional< bool > &strikeout, const boost::optional< bool > &doublestrikeout, const boost::optional< bool > &allcaps, const boost::optional< bool > &initcaps, const boost::optional< bool > &smallcaps, const boost::optional< bool > &superscript, const boost::optional< bool > &subscript, const boost::optional< double > &scaleWidth)=0
 
virtual void collectParaIXStyle (unsigned id, unsigned level, unsigned charCount, const boost::optional< double > &indFirst, const boost::optional< double > &indLeft, const boost::optional< double > &indRight, const boost::optional< double > &spLine, const boost::optional< double > &spBefore, const boost::optional< double > &spAfter, const boost::optional< unsigned char > &align, const boost::optional< unsigned char > &bullet, const boost::optional< VSDName > &bulletStr, const boost::optional< VSDName > &bulletFont, const boost::optional< double > &bulletFontSize, const boost::optional< double > &textPosAfterBullet, const boost::optional< unsigned > &flags)=0
 
virtual void collectTextBlockStyle (unsigned level, const boost::optional< double > &leftMargin, const boost::optional< double > &rightMargin, const boost::optional< double > &topMargin, const boost::optional< double > &bottomMargin, const boost::optional< unsigned char > &verticalAlign, const boost::optional< bool > &isBgFilled, const boost::optional< Colour > &bgColour, const boost::optional< double > &defaultTabStop, const boost::optional< unsigned char > &textDirection)=0
 
virtual void collectFieldList (unsigned id, unsigned level)=0
 
virtual void collectTextField (unsigned id, unsigned level, int nameId, int formatStringId)=0
 
virtual void collectNumericField (unsigned id, unsigned level, unsigned short format, unsigned short cellType, double number, int formatStringId)=0
 
virtual void collectMetaData (const librevenge::RVNGPropertyList &metaData)=0
 
virtual void startPage (unsigned pageId)=0
 
virtual void endPage ()=0
 
virtual void endPages ()=0
 

Private Member Functions

 VSDCollector (const VSDCollector &)
 
VSDCollectoroperator= (const VSDCollector &)
 

Constructor & Destructor Documentation

◆ VSDCollector() [1/2]

libvisio::VSDCollector::VSDCollector ( )
inline

◆ ~VSDCollector()

virtual libvisio::VSDCollector::~VSDCollector ( )
inlinevirtual

◆ VSDCollector() [2/2]

libvisio::VSDCollector::VSDCollector ( const VSDCollector )
private

Member Function Documentation

◆ collectArcTo()

virtual void libvisio::VSDCollector::collectArcTo ( unsigned  id,
unsigned  level,
double  x2,
double  y2,
double  bow 
)
pure virtual

◆ collectCharIX()

virtual void libvisio::VSDCollector::collectCharIX ( unsigned  id,
unsigned  level,
unsigned  charCount,
const boost::optional< VSDName > &  font,
const boost::optional< Colour > &  fontColour,
const boost::optional< double > &  fontSize,
const boost::optional< bool > &  bold,
const boost::optional< bool > &  italic,
const boost::optional< bool > &  underline,
const boost::optional< bool > &  doubleunderline,
const boost::optional< bool > &  strikeout,
const boost::optional< bool > &  doublestrikeout,
const boost::optional< bool > &  allcaps,
const boost::optional< bool > &  initcaps,
const boost::optional< bool > &  smallcaps,
const boost::optional< bool > &  superscript,
const boost::optional< bool > &  subscript,
const boost::optional< double > &  scaleWidth 
)
pure virtual

◆ collectCharIXStyle()

virtual void libvisio::VSDCollector::collectCharIXStyle ( unsigned  id,
unsigned  level,
unsigned  charCount,
const boost::optional< VSDName > &  font,
const boost::optional< Colour > &  fontColour,
const boost::optional< double > &  fontSize,
const boost::optional< bool > &  bold,
const boost::optional< bool > &  italic,
const boost::optional< bool > &  underline,
const boost::optional< bool > &  doubleunderline,
const boost::optional< bool > &  strikeout,
const boost::optional< bool > &  doublestrikeout,
const boost::optional< bool > &  allcaps,
const boost::optional< bool > &  initcaps,
const boost::optional< bool > &  smallcaps,
const boost::optional< bool > &  superscript,
const boost::optional< bool > &  subscript,
const boost::optional< double > &  scaleWidth 
)
pure virtual

◆ collectDefaultCharStyle()

virtual void libvisio::VSDCollector::collectDefaultCharStyle ( unsigned  charCount,
const boost::optional< VSDName > &  font,
const boost::optional< Colour > &  fontColour,
const boost::optional< double > &  fontSize,
const boost::optional< bool > &  bold,
const boost::optional< bool > &  italic,
const boost::optional< bool > &  underline,
const boost::optional< bool > &  doubleunderline,
const boost::optional< bool > &  strikeout,
const boost::optional< bool > &  doublestrikeout,
const boost::optional< bool > &  allcaps,
const boost::optional< bool > &  initcaps,
const boost::optional< bool > &  smallcaps,
const boost::optional< bool > &  superscript,
const boost::optional< bool > &  subscript,
const boost::optional< double > &  scaleWidth 
)
pure virtual

◆ collectDefaultParaStyle()

virtual void libvisio::VSDCollector::collectDefaultParaStyle ( unsigned  charCount,
const boost::optional< double > &  indFirst,
const boost::optional< double > &  indLeft,
const boost::optional< double > &  indRight,
const boost::optional< double > &  spLine,
const boost::optional< double > &  spBefore,
const boost::optional< double > &  spAfter,
const boost::optional< unsigned char > &  align,
const boost::optional< unsigned char > &  bullet,
const boost::optional< VSDName > &  bulletStr,
const boost::optional< VSDName > &  bulletFont,
const boost::optional< double > &  bulletFontSize,
const boost::optional< double > &  textPosAfterBullet,
const boost::optional< unsigned > &  flags 
)
pure virtual

◆ collectDocumentTheme()

virtual void libvisio::VSDCollector::collectDocumentTheme ( const VSDXTheme theme)
pure virtual

◆ collectEllipse()

virtual void libvisio::VSDCollector::collectEllipse ( unsigned  id,
unsigned  level,
double  cx,
double  cy,
double  xleft,
double  yleft,
double  xtop,
double  ytop 
)
pure virtual

◆ collectEllipticalArcTo()

virtual void libvisio::VSDCollector::collectEllipticalArcTo ( unsigned  id,
unsigned  level,
double  x3,
double  y3,
double  x2,
double  y2,
double  angle,
double  ecc 
)
pure virtual

◆ collectFieldList()

virtual void libvisio::VSDCollector::collectFieldList ( unsigned  id,
unsigned  level 
)
pure virtual

◆ collectFillAndShadow() [1/2]

virtual void libvisio::VSDCollector::collectFillAndShadow ( unsigned  level,
const boost::optional< Colour > &  colourFG,
const boost::optional< Colour > &  colourBG,
const boost::optional< unsigned char > &  fillPattern,
const boost::optional< double > &  fillFGTransparency,
const boost::optional< double > &  fillBGTransparency,
const boost::optional< unsigned char > &  shadowPattern,
const boost::optional< Colour > &  shfgc 
)
pure virtual

◆ collectFillAndShadow() [2/2]

virtual void libvisio::VSDCollector::collectFillAndShadow ( unsigned  level,
const boost::optional< Colour > &  colourFG,
const boost::optional< Colour > &  colourBG,
const boost::optional< unsigned char > &  fillPattern,
const boost::optional< double > &  fillFGTransparency,
const boost::optional< double > &  fillBGTransparency,
const boost::optional< unsigned char > &  shadowPattern,
const boost::optional< Colour > &  shfgc,
const boost::optional< double > &  shadowOffsetX,
const boost::optional< double > &  shadowOffsetY,
const boost::optional< long > &  qsFc,
const boost::optional< long > &  qsSc,
const boost::optional< long > &  qsLm 
)
pure virtual

◆ collectFillStyle() [1/2]

virtual void libvisio::VSDCollector::collectFillStyle ( unsigned  level,
const boost::optional< Colour > &  colourFG,
const boost::optional< Colour > &  colourBG,
const boost::optional< unsigned char > &  fillPattern,
const boost::optional< double > &  fillFGTransparency,
const boost::optional< double > &  fillBGTransparency,
const boost::optional< unsigned char > &  shadowPattern,
const boost::optional< Colour > &  shfgc 
)
pure virtual

◆ collectFillStyle() [2/2]

virtual void libvisio::VSDCollector::collectFillStyle ( unsigned  level,
const boost::optional< Colour > &  colourFG,
const boost::optional< Colour > &  colourBG,
const boost::optional< unsigned char > &  fillPattern,
const boost::optional< double > &  fillFGTransparency,
const boost::optional< double > &  fillBGTransparency,
const boost::optional< unsigned char > &  shadowPattern,
const boost::optional< Colour > &  shfgc,
const boost::optional< double > &  shadowOffsetX,
const boost::optional< double > &  shadowOffsetY,
const boost::optional< long > &  qsFillColour,
const boost::optional< long > &  qsShadowColour,
const boost::optional< long > &  qsFillMatrix 
)
pure virtual

◆ collectForeignData()

virtual void libvisio::VSDCollector::collectForeignData ( unsigned  level,
const librevenge::RVNGBinaryData &  binaryData 
)
pure virtual

◆ collectForeignDataType()

virtual void libvisio::VSDCollector::collectForeignDataType ( unsigned  level,
unsigned  foreignType,
unsigned  foreignFormat,
double  offsetX,
double  offsetY,
double  width,
double  height 
)
pure virtual

◆ collectGeometry()

virtual void libvisio::VSDCollector::collectGeometry ( unsigned  id,
unsigned  level,
bool  noFill,
bool  noLine,
bool  noShow 
)
pure virtual

◆ collectInfiniteLine()

virtual void libvisio::VSDCollector::collectInfiniteLine ( unsigned  id,
unsigned  level,
double  x1,
double  y1,
double  x2,
double  y2 
)
pure virtual

◆ collectLayer()

virtual void libvisio::VSDCollector::collectLayer ( unsigned  id,
unsigned  level,
const VSDLayer layer 
)
pure virtual

◆ collectLayerMem()

virtual void libvisio::VSDCollector::collectLayerMem ( unsigned  level,
const VSDName layerMem 
)
pure virtual

◆ collectLine()

virtual void libvisio::VSDCollector::collectLine ( unsigned  level,
const boost::optional< double > &  strokeWidth,
const boost::optional< Colour > &  c,
const boost::optional< unsigned char > &  linePattern,
const boost::optional< unsigned char > &  startMarker,
const boost::optional< unsigned char > &  endMarker,
const boost::optional< unsigned char > &  lineCap,
const boost::optional< double > &  rounding,
const boost::optional< long > &  qsLineColour,
const boost::optional< long > &  qsLineMatrix 
)
pure virtual

◆ collectLineStyle()

virtual void libvisio::VSDCollector::collectLineStyle ( unsigned  level,
const boost::optional< double > &  strokeWidth,
const boost::optional< Colour > &  c,
const boost::optional< unsigned char > &  linePattern,
const boost::optional< unsigned char > &  startMarker,
const boost::optional< unsigned char > &  endMarker,
const boost::optional< unsigned char > &  lineCap,
const boost::optional< double > &  rounding,
const boost::optional< long > &  qsLineColour,
const boost::optional< long > &  qsLineMatrix 
)
pure virtual

◆ collectLineTo()

virtual void libvisio::VSDCollector::collectLineTo ( unsigned  id,
unsigned  level,
double  x,
double  y 
)
pure virtual

◆ collectMetaData()

virtual void libvisio::VSDCollector::collectMetaData ( const librevenge::RVNGPropertyList &  metaData)
pure virtual

◆ collectMisc()

virtual void libvisio::VSDCollector::collectMisc ( unsigned  level,
const VSDMisc misc 
)
pure virtual

◆ collectMoveTo()

virtual void libvisio::VSDCollector::collectMoveTo ( unsigned  id,
unsigned  level,
double  x,
double  y 
)
pure virtual

◆ collectName()

virtual void libvisio::VSDCollector::collectName ( unsigned  id,
unsigned  level,
const librevenge::RVNGBinaryData &  name,
TextFormat  format 
)
pure virtual

◆ collectNameList()

virtual void libvisio::VSDCollector::collectNameList ( unsigned  id,
unsigned  level 
)
pure virtual

◆ collectNumericField()

virtual void libvisio::VSDCollector::collectNumericField ( unsigned  id,
unsigned  level,
unsigned short  format,
unsigned short  cellType,
double  number,
int  formatStringId 
)
pure virtual

◆ collectNURBSTo() [1/3]

virtual void libvisio::VSDCollector::collectNURBSTo ( unsigned  id,
unsigned  level,
double  x2,
double  y2,
double  knot,
double  knotPrev,
double  weight,
double  weightPrev,
const NURBSData data 
)
pure virtual

◆ collectNURBSTo() [2/3]

virtual void libvisio::VSDCollector::collectNURBSTo ( unsigned  id,
unsigned  level,
double  x2,
double  y2,
double  knot,
double  knotPrev,
double  weight,
double  weightPrev,
unsigned  dataID 
)
pure virtual

◆ collectNURBSTo() [3/3]

virtual void libvisio::VSDCollector::collectNURBSTo ( unsigned  id,
unsigned  level,
double  x2,
double  y2,
unsigned char  xType,
unsigned char  yType,
unsigned  degree,
const std::vector< std::pair< double, double > > &  ctrlPnts,
const std::vector< double > &  kntVec,
const std::vector< double > &  weights 
)
pure virtual

◆ collectOLEData()

virtual void libvisio::VSDCollector::collectOLEData ( unsigned  id,
unsigned  level,
const librevenge::RVNGBinaryData &  oleData 
)
pure virtual

◆ collectOLEList()

virtual void libvisio::VSDCollector::collectOLEList ( unsigned  id,
unsigned  level 
)
pure virtual

◆ collectPage()

virtual void libvisio::VSDCollector::collectPage ( unsigned  id,
unsigned  level,
unsigned  backgroundPageID,
bool  isBackgroundPage,
const VSDName pageName 
)
pure virtual

◆ collectPageProps()

virtual void libvisio::VSDCollector::collectPageProps ( unsigned  id,
unsigned  level,
double  pageWidth,
double  pageHeight,
double  shadowOffsetX,
double  shadowOffsetY,
double  scale 
)
pure virtual

◆ collectPageSheet()

virtual void libvisio::VSDCollector::collectPageSheet ( unsigned  id,
unsigned  level 
)
pure virtual

◆ collectParaIX()

virtual void libvisio::VSDCollector::collectParaIX ( unsigned  id,
unsigned  level,
unsigned  charCount,
const boost::optional< double > &  indFirst,
const boost::optional< double > &  indLeft,
const boost::optional< double > &  indRight,
const boost::optional< double > &  spLine,
const boost::optional< double > &  spBefore,
const boost::optional< double > &  spAfter,
const boost::optional< unsigned char > &  align,
const boost::optional< unsigned char > &  bullet,
const boost::optional< VSDName > &  bulletStr,
const boost::optional< VSDName > &  bulletFont,
const boost::optional< double > &  bulletFontSize,
const boost::optional< double > &  textPosAfterBullet,
const boost::optional< unsigned > &  flags 
)
pure virtual

◆ collectParaIXStyle()

virtual void libvisio::VSDCollector::collectParaIXStyle ( unsigned  id,
unsigned  level,
unsigned  charCount,
const boost::optional< double > &  indFirst,
const boost::optional< double > &  indLeft,
const boost::optional< double > &  indRight,
const boost::optional< double > &  spLine,
const boost::optional< double > &  spBefore,
const boost::optional< double > &  spAfter,
const boost::optional< unsigned char > &  align,
const boost::optional< unsigned char > &  bullet,
const boost::optional< VSDName > &  bulletStr,
const boost::optional< VSDName > &  bulletFont,
const boost::optional< double > &  bulletFontSize,
const boost::optional< double > &  textPosAfterBullet,
const boost::optional< unsigned > &  flags 
)
pure virtual

◆ collectPolylineTo() [1/3]

virtual void libvisio::VSDCollector::collectPolylineTo ( unsigned  id,
unsigned  level,
double  x,
double  y,
const PolylineData data 
)
pure virtual

◆ collectPolylineTo() [2/3]

virtual void libvisio::VSDCollector::collectPolylineTo ( unsigned  id,
unsigned  level,
double  x,
double  y,
unsigned char  xType,
unsigned char  yType,
const std::vector< std::pair< double, double > > &  points 
)
pure virtual

◆ collectPolylineTo() [3/3]

virtual void libvisio::VSDCollector::collectPolylineTo ( unsigned  id,
unsigned  level,
double  x,
double  y,
unsigned  dataID 
)
pure virtual

◆ collectRelCubBezTo()

virtual void libvisio::VSDCollector::collectRelCubBezTo ( unsigned  id,
unsigned  level,
double  x,
double  y,
double  a,
double  b,
double  c,
double  d 
)
pure virtual

◆ collectRelEllipticalArcTo()

virtual void libvisio::VSDCollector::collectRelEllipticalArcTo ( unsigned  id,
unsigned  level,
double  x,
double  y,
double  a,
double  b,
double  c,
double  d 
)
pure virtual

◆ collectRelLineTo()

virtual void libvisio::VSDCollector::collectRelLineTo ( unsigned  id,
unsigned  level,
double  x,
double  y 
)
pure virtual

◆ collectRelMoveTo()

virtual void libvisio::VSDCollector::collectRelMoveTo ( unsigned  id,
unsigned  level,
double  x,
double  y 
)
pure virtual

◆ collectRelQuadBezTo()

virtual void libvisio::VSDCollector::collectRelQuadBezTo ( unsigned  id,
unsigned  level,
double  x,
double  y,
double  a,
double  b 
)
pure virtual

◆ collectShape()

virtual void libvisio::VSDCollector::collectShape ( unsigned  id,
unsigned  level,
unsigned  parent,
unsigned  masterPage,
unsigned  masterShape,
unsigned  lineStyle,
unsigned  fillStyle,
unsigned  textStyle 
)
pure virtual

◆ collectShapeData() [1/2]

virtual void libvisio::VSDCollector::collectShapeData ( unsigned  id,
unsigned  level,
unsigned char  xType,
unsigned char  yType,
std::vector< std::pair< double, double > >  points 
)
pure virtual

◆ collectShapeData() [2/2]

virtual void libvisio::VSDCollector::collectShapeData ( unsigned  id,
unsigned  level,
unsigned char  xType,
unsigned char  yType,
unsigned  degree,
double  lastKnot,
std::vector< std::pair< double, double > >  controlPoints,
std::vector< double >  knotVector,
std::vector< double >  weights 
)
pure virtual

◆ collectShapesOrder()

virtual void libvisio::VSDCollector::collectShapesOrder ( unsigned  id,
unsigned  level,
const std::vector< unsigned > &  shapeIds 
)
pure virtual

◆ collectSplineEnd()

◆ collectSplineKnot()

virtual void libvisio::VSDCollector::collectSplineKnot ( unsigned  id,
unsigned  level,
double  x,
double  y,
double  knot 
)
pure virtual

◆ collectSplineStart()

virtual void libvisio::VSDCollector::collectSplineStart ( unsigned  id,
unsigned  level,
double  x,
double  y,
double  secondKnot,
double  firstKnot,
double  lastKnot,
unsigned  degree 
)
pure virtual

◆ collectStyleSheet()

virtual void libvisio::VSDCollector::collectStyleSheet ( unsigned  id,
unsigned  level,
unsigned  parentLineStyle,
unsigned  parentFillStyle,
unsigned  parentTextStyle 
)
pure virtual

◆ collectTabsDataList()

virtual void libvisio::VSDCollector::collectTabsDataList ( unsigned  level,
const std::map< unsigned, VSDTabSet > &  tabSets 
)
pure virtual

◆ collectText()

virtual void libvisio::VSDCollector::collectText ( unsigned  level,
const librevenge::RVNGBinaryData &  textStream,
TextFormat  format 
)
pure virtual

◆ collectTextBlock()

virtual void libvisio::VSDCollector::collectTextBlock ( unsigned  level,
const boost::optional< double > &  leftMargin,
const boost::optional< double > &  rightMargin,
const boost::optional< double > &  topMargin,
const boost::optional< double > &  bottomMargin,
const boost::optional< unsigned char > &  verticalAlign,
const boost::optional< bool > &  isBgFilled,
const boost::optional< Colour > &  bgColour,
const boost::optional< double > &  defaultTabStop,
const boost::optional< unsigned char > &  textDirection 
)
pure virtual

◆ collectTextBlockStyle()

virtual void libvisio::VSDCollector::collectTextBlockStyle ( unsigned  level,
const boost::optional< double > &  leftMargin,
const boost::optional< double > &  rightMargin,
const boost::optional< double > &  topMargin,
const boost::optional< double > &  bottomMargin,
const boost::optional< unsigned char > &  verticalAlign,
const boost::optional< bool > &  isBgFilled,
const boost::optional< Colour > &  bgColour,
const boost::optional< double > &  defaultTabStop,
const boost::optional< unsigned char > &  textDirection 
)
pure virtual

◆ collectTextField()

virtual void libvisio::VSDCollector::collectTextField ( unsigned  id,
unsigned  level,
int  nameId,
int  formatStringId 
)
pure virtual

◆ collectTxtXForm()

virtual void libvisio::VSDCollector::collectTxtXForm ( unsigned  level,
const XForm txtxform 
)
pure virtual

◆ collectUnhandledChunk()

virtual void libvisio::VSDCollector::collectUnhandledChunk ( unsigned  id,
unsigned  level 
)
pure virtual

◆ collectXFormData()

virtual void libvisio::VSDCollector::collectXFormData ( unsigned  level,
const XForm xform 
)
pure virtual

◆ endPage()

virtual void libvisio::VSDCollector::endPage ( )
pure virtual

◆ endPages()

virtual void libvisio::VSDCollector::endPages ( )
pure virtual

◆ operator=()

VSDCollector & libvisio::VSDCollector::operator= ( const VSDCollector )
private

◆ startPage()

virtual void libvisio::VSDCollector::startPage ( unsigned  pageId)
pure virtual

The documentation for this class was generated from the following file:

Generated for libvisio by doxygen 1.9.6