31 #ifndef VSDSTYLESCOLLECTOR_H
32 #define VSDSTYLESCOLLECTOR_H
49 std::vector<std::map<unsigned, XForm> > &groupXFormsSequence,
50 std::vector<std::map<unsigned, unsigned> > &groupMembershipsSequence,
51 std::vector<std::list<unsigned> > &documentPageShapeOrders
55 void collectEllipticalArcTo(
unsigned id,
unsigned level,
double x3,
double y3,
double x2,
double y2,
double angle,
double ecc);
61 void collectOLEData(
unsigned id,
unsigned level,
const WPXBinaryData &oleData);
62 void collectEllipse(
unsigned id,
unsigned level,
double cx,
double cy,
double xleft,
double yleft,
double xtop,
double ytop);
63 void collectLine(
unsigned level,
const boost::optional<double> &strokeWidth,
const boost::optional<Colour> &c,
const boost::optional<unsigned char> &linePattern,
64 const boost::optional<unsigned char> &startMarker,
const boost::optional<unsigned char> &endMarker,
65 const boost::optional<unsigned char> &lineCap);
66 void collectFillAndShadow(
unsigned level,
const boost::optional<Colour> &colourFG,
const boost::optional<Colour> &colourBG,
67 const boost::optional<unsigned char> &fillPattern,
const boost::optional<double> &fillFGTransparency,
68 const boost::optional<double> &fillBGTransparency,
const boost::optional<unsigned char> &shadowPattern,
69 const boost::optional<Colour> &shfgc,
const boost::optional<double> &shadowOffsetX,
const boost::optional<double> &shadowOffsetY);
70 void collectFillAndShadow(
unsigned level,
const boost::optional<Colour> &colourFG,
const boost::optional<Colour> &colourBG,
71 const boost::optional<unsigned char> &fillPattern,
const boost::optional<double> &fillFGTransparency,
72 const boost::optional<double> &fillBGTransparency,
const boost::optional<unsigned char> &shadowPattern,
73 const boost::optional<Colour> &shfgc);
74 void collectGeometry(
unsigned id,
unsigned level,
bool noFill,
bool noLine,
bool noShow);
75 void collectMoveTo(
unsigned id,
unsigned level,
double x,
double y);
76 void collectLineTo(
unsigned id,
unsigned level,
double x,
double y);
77 void collectArcTo(
unsigned id,
unsigned level,
double x2,
double y2,
double bow);
78 void collectNURBSTo(
unsigned id,
unsigned level,
double x2,
double y2,
unsigned char xType,
unsigned char yType,
79 unsigned degree, std::vector<std::pair<double, double> > controlPoints,
80 std::vector<double> knotVector, std::vector<double> weights);
81 void collectNURBSTo(
unsigned id,
unsigned level,
double x2,
double y2,
double knot,
double knotPrev,
double weight,
double weightPrev,
unsigned dataID);
82 void collectNURBSTo(
unsigned id,
unsigned level,
double x2,
double y2,
double knot,
double knotPrev,
double weight,
double weightPrev,
const NURBSData &data);
83 void collectPolylineTo(
unsigned id,
unsigned level,
double x,
double y,
unsigned char xType,
unsigned char yType,
const std::vector<std::pair<double, double> > &points);
84 void collectPolylineTo(
unsigned id,
unsigned level,
double x,
double y,
unsigned dataID);
86 void collectShapeData(
unsigned id,
unsigned level,
unsigned char xType,
unsigned char yType,
unsigned degree,
double lastKnot,
87 std::vector<std::pair<double, double> > controlPoints, std::vector<double> knotVector, std::vector<double> weights);
88 void collectShapeData(
unsigned id,
unsigned level,
unsigned char xType,
unsigned char yType, std::vector<std::pair<double, double> > points);
91 void collectShapesOrder(
unsigned id,
unsigned level,
const std::vector<unsigned> &shapeIds);
92 void collectForeignDataType(
unsigned level,
unsigned foreignType,
unsigned foreignFormat,
double offsetX,
double offsetY,
double width,
double height);
93 void collectPageProps(
unsigned id,
unsigned level,
double pageWidth,
double pageHeight,
double shadowOffsetX,
double shadowOffsetY,
double scale);
94 void collectPage(
unsigned id,
unsigned level,
unsigned backgroundPageID,
bool isBackgroundPage,
const VSDName &pageName);
95 void collectShape(
unsigned id,
unsigned level,
unsigned parent,
unsigned masterPage,
unsigned masterShape,
unsigned lineStyle,
unsigned fillStyle,
unsigned textStyle);
96 void collectSplineStart(
unsigned id,
unsigned level,
double x,
double y,
double secondKnot,
double firstKnot,
double lastKnot,
unsigned degree);
97 void collectSplineKnot(
unsigned id,
unsigned level,
double x,
double y,
double knot);
99 void collectInfiniteLine(
unsigned id,
unsigned level,
double x1,
double y1,
double x2,
double y2);
100 void collectRelCubBezTo(
unsigned id,
unsigned level,
double x,
double y,
double a,
double b,
double c,
double d);
104 void collectRelQuadBezTo(
unsigned id,
unsigned level,
double x,
double y,
double a,
double b);
108 void collectCharIX(
unsigned id,
unsigned level,
unsigned charCount,
const boost::optional<VSDName> &font,
109 const boost::optional<Colour> &fontColour,
const boost::optional<double> &fontSize,
const boost::optional<bool> &bold,
110 const boost::optional<bool> &italic,
const boost::optional<bool> &underline,
const boost::optional<bool> &doubleunderline,
111 const boost::optional<bool> &strikeout,
const boost::optional<bool> &doublestrikeout,
const boost::optional<bool> &allcaps,
112 const boost::optional<bool> &initcaps,
const boost::optional<bool> &smallcaps,
const boost::optional<bool> &superscript,
113 const boost::optional<bool> &subscript);
114 void collectDefaultCharStyle(
unsigned charCount,
const boost::optional<VSDName> &font,
const boost::optional<Colour> &fontColour,
115 const boost::optional<double> &fontSize,
const boost::optional<bool> &bold,
const boost::optional<bool> &italic,
116 const boost::optional<bool> &underline,
const boost::optional<bool> &doubleunderline,
const boost::optional<bool> &strikeout,
117 const boost::optional<bool> &doublestrikeout,
const boost::optional<bool> &allcaps,
const boost::optional<bool> &initcaps,
118 const boost::optional<bool> &smallcaps,
const boost::optional<bool> &superscript,
const boost::optional<bool> &subscript);
119 void collectParaIX(
unsigned id,
unsigned level,
unsigned charCount,
const boost::optional<double> &indFirst,
120 const boost::optional<double> &indLeft,
const boost::optional<double> &indRight,
const boost::optional<double> &spLine,
121 const boost::optional<double> &spBefore,
const boost::optional<double> &spAfter,
const boost::optional<unsigned char> &align,
122 const boost::optional<unsigned> &flags);
123 void collectDefaultParaStyle(
unsigned charCount,
const boost::optional<double> &indFirst,
const boost::optional<double> &indLeft,
124 const boost::optional<double> &indRight,
const boost::optional<double> &spLine,
const boost::optional<double> &spBefore,
125 const boost::optional<double> &spAfter,
const boost::optional<unsigned char> &align,
const boost::optional<unsigned> &flags);
126 void collectTextBlock(
unsigned level,
const boost::optional<double> &leftMargin,
const boost::optional<double> &rightMargin,
127 const boost::optional<double> &topMargin,
const boost::optional<double> &bottomMargin,
128 const boost::optional<unsigned char> &verticalAlign,
const boost::optional<bool> &isBgFilled,
129 const boost::optional<Colour> &bgColour,
const boost::optional<double> &defaultTabStop,
130 const boost::optional<unsigned char> &textDirection);
139 void collectStyleSheet(
unsigned id,
unsigned level,
unsigned parentLineStyle,
unsigned parentFillStyle,
unsigned parentTextStyle);
140 void collectLineStyle(
unsigned level,
const boost::optional<double> &strokeWidth,
const boost::optional<Colour> &c,
const boost::optional<unsigned char> &linePattern,
141 const boost::optional<unsigned char> &startMarker,
const boost::optional<unsigned char> &endMarker,
142 const boost::optional<unsigned char> &lineCap);
143 void collectFillStyle(
unsigned level,
const boost::optional<Colour> &colourFG,
const boost::optional<Colour> &colourBG,
144 const boost::optional<unsigned char> &fillPattern,
const boost::optional<double> &fillFGTransparency,
145 const boost::optional<double> &fillBGTransparency,
const boost::optional<unsigned char> &shadowPattern,
146 const boost::optional<Colour> &shfgc,
const boost::optional<double> &shadowOffsetX,
const boost::optional<double> &shadowOffsetY);
147 void collectFillStyle(
unsigned level,
const boost::optional<Colour> &colourFG,
const boost::optional<Colour> &colourBG,
148 const boost::optional<unsigned char> &fillPattern,
const boost::optional<double> &fillFGTransparency,
149 const boost::optional<double> &fillBGTransparency,
const boost::optional<unsigned char> &shadowPattern,
150 const boost::optional<Colour> &shfgc);
151 void collectCharIXStyle(
unsigned id,
unsigned level,
unsigned charCount,
const boost::optional<VSDName> &font,
152 const boost::optional<Colour> &fontColour,
const boost::optional<double> &fontSize,
const boost::optional<bool> &bold,
153 const boost::optional<bool> &italic,
const boost::optional<bool> &underline,
const boost::optional<bool> &doubleunderline,
154 const boost::optional<bool> &strikeout,
const boost::optional<bool> &doublestrikeout,
const boost::optional<bool> &allcaps,
155 const boost::optional<bool> &initcaps,
const boost::optional<bool> &smallcaps,
const boost::optional<bool> &superscript,
156 const boost::optional<bool> &subscript);
157 void collectParaIXStyle(
unsigned id,
unsigned level,
unsigned charCount,
const boost::optional<double> &indFirst,
158 const boost::optional<double> &indLeft,
const boost::optional<double> &indRight,
const boost::optional<double> &spLine,
159 const boost::optional<double> &spBefore,
const boost::optional<double> &spAfter,
const boost::optional<unsigned char> &align,
160 const boost::optional<unsigned> &flags);
161 void collectTextBlockStyle(
unsigned level,
const boost::optional<double> &leftMargin,
const boost::optional<double> &rightMargin,
162 const boost::optional<double> &topMargin,
const boost::optional<double> &bottomMargin,
163 const boost::optional<unsigned char> &verticalAlign,
const boost::optional<bool> &isBgFilled,
164 const boost::optional<Colour> &bgColour,
const boost::optional<double> &defaultTabStop,
165 const boost::optional<unsigned char> &textDirection);
169 void collectTextField(
unsigned id,
unsigned level,
int nameId,
int formatStringId);
170 void collectNumericField(
unsigned id,
unsigned level,
unsigned short format,
double number,
int formatStringId);