34 #ifndef STOFF_GRAPHIC_STYLE
35 # define STOFF_GRAPHIC_STYLE
50 void addTo(librevenge::RVNGPropertyList &propList)
const;
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFGraphicStyle.hxx:62
STOFFGraphicStyle()
constructor
Definition: STOFFGraphicStyle.cxx:47
bool m_hasBackground
true if background attribute is set
Definition: STOFFGraphicStyle.hxx:64
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFGraphicStyle.cxx:62
bool operator!=(STOFFGraphicStyle const &graphicStyle) const
operator!=
Definition: STOFFGraphicStyle.hxx:57
friend std::ostream & operator<<(std::ostream &o, STOFFGraphicStyle const &graphicStyle)
operator<<
Definition: STOFFGraphicStyle.cxx:51
bool operator==(STOFFGraphicStyle const &graphicStyle) const
operator==
Definition: STOFFGraphicStyle.cxx:57
Class to store a graphic style.
Definition: STOFFGraphicStyle.hxx:44