33 #ifndef STOFF_GRAPHIC_SHAPE
34 # define STOFF_GRAPHIC_SHAPE
39 # include "librevenge/librevenge.h"
61 void addTo(librevenge::RVNGPropertyList &list)
const;
a structure used to define a picture shape
Definition: STOFFGraphicShape.hxx:46
void addTo(librevenge::RVNGPropertyList &list) const
add shape to property list
Definition: STOFFGraphicShape.cxx:60
Command
an enum used to define the interface command
Definition: STOFFGraphicShape.hxx:49
@ C_Unknown
Definition: STOFFGraphicShape.hxx:49
@ C_Path
Definition: STOFFGraphicShape.hxx:49
@ C_Polygon
Definition: STOFFGraphicShape.hxx:49
@ C_Connector
Definition: STOFFGraphicShape.hxx:49
@ C_Rectangle
Definition: STOFFGraphicShape.hxx:49
@ C_Polyline
Definition: STOFFGraphicShape.hxx:49
@ C_Ellipse
Definition: STOFFGraphicShape.hxx:49
librevenge::RVNGPropertyList m_propertyList
the property
Definition: STOFFGraphicShape.hxx:69
std::string m_extra
extra data
Definition: STOFFGraphicShape.hxx:71
STOFFGraphicShape()
constructor
Definition: STOFFGraphicShape.hxx:51
STOFFBox2f m_bdbox
the shape bdbox in twip
Definition: STOFFGraphicShape.hxx:67
Command m_command
the command
Definition: STOFFGraphicShape.hxx:65
virtual ~STOFFGraphicShape()
virtual destructor
Definition: STOFFGraphicShape.cxx:56
friend std::ostream & operator<<(std::ostream &o, STOFFGraphicShape const &sh)
a print operator
Definition: STOFFGraphicShape.cxx:81
Class to store a graphic style.
Definition: STOFFGraphicStyle.hxx:45