25 #ifndef __ODGGENERATOR_HXX__
26 #define __ODGGENERATOR_HXX__
28 #include <libwpd/libwpd.h>
29 #include <libwpg/libwpg.h>
33 class OdgGeneratorPrivate;
48 void startLayer(const ::WPXPropertyList &propList);
53 void setStyle(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &gradient);
56 void drawEllipse(const ::WPXPropertyList &propList);
57 void drawPolyline(const ::WPXPropertyListVector &vertices);
58 void drawPolygon(const ::WPXPropertyListVector &vertices);
59 void drawPath(const ::WPXPropertyListVector &path);
60 void drawGraphicObject(const ::WPXPropertyList &propList, const ::WPXBinaryData &binaryData);
62 void startTextObject(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &path);
77 #endif // __ODGGENERATOR_HXX__