30 #ifndef __CDROUTPUTELEMENTLIST_H__
31 #define __CDROUTPUTELEMENTLIST_H__
36 #include <libwpd/libwpd.h>
37 #include <libwpg/libwpg.h>
42 class CDROutputElement;
52 void draw(libwpg::WPGPaintInterface *painter)
const;
53 void addStyle(
const WPXPropertyList &propList,
const WPXPropertyListVector &propListVec);
54 void addPath(
const WPXPropertyListVector &propListVec);
55 void addGraphicObject(
const WPXPropertyList &propList, const ::WPXBinaryData &binaryData);
56 void addStartTextObject(
const WPXPropertyList &propList,
const WPXPropertyListVector &propListVec);
76 #endif // __CDROUTPUTELEMENTLIST_H__