10 #ifndef __CDROUTPUTELEMENTLIST_H__
11 #define __CDROUTPUTELEMENTLIST_H__
16 #include <libwpd/libwpd.h>
17 #include <libwpg/libwpg.h>
22 class CDROutputElement;
32 void draw(libwpg::WPGPaintInterface *painter)
const;
33 void addStyle(
const WPXPropertyList &propList,
const WPXPropertyListVector &propListVec);
34 void addPath(
const WPXPropertyListVector &propListVec);
35 void addGraphicObject(
const WPXPropertyList &propList, const ::WPXBinaryData &binaryData);
36 void addStartTextObject(
const WPXPropertyList &propList,
const WPXPropertyListVector &propListVec);
56 #endif // __CDROUTPUTELEMENTLIST_H__