31 #ifndef __VISIOSVGGENERATOR_H__
32 #define __VISIOSVGGENERATOR_H__
37 #include <libwpd/libwpd.h>
38 #include <libwpg/libwpg.h>
39 #include <libvisio/libvisio.h>
52 void startLayer(const ::WPXPropertyList &propList);
57 void setStyle(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &gradient);
60 void drawEllipse(const ::WPXPropertyList &propList);
61 void drawPolyline(const ::WPXPropertyListVector &vertices);
62 void drawPolygon(const ::WPXPropertyListVector &vertices);
63 void drawPath(const ::WPXPropertyListVector &path);
64 void drawGraphicObject(const ::WPXPropertyList &propList, const ::WPXBinaryData &binaryData);
65 void startTextObject(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &path);
88 #endif // __VISIOSVGGENERATOR_H__