34#ifndef STOFF_FRAME_STYLE
35# define STOFF_FRAME_STYLE
51 void addTo(librevenge::RVNGPropertyList &propList)
const;
Class to store a frame style.
Definition: STOFFFrameStyle.hxx:44
bool operator!=(STOFFFrameStyle const &frameStyle) const
operator!=
Definition: STOFFFrameStyle.hxx:58
friend std::ostream & operator<<(std::ostream &o, STOFFFrameStyle const &frameStyle)
operator<<
Definition: STOFFFrameStyle.cxx:44
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition: STOFFFrameStyle.cxx:56
STOFFFrameStyle()
constructor
Definition: STOFFFrameStyle.hxx:47
STOFFVec2f m_frameSize
the last frame dimension
Definition: STOFFFrameStyle.hxx:65
bool operator==(STOFFFrameStyle const &frameStyle) const
operator==
Definition: STOFFFrameStyle.cxx:50
librevenge::RVNGPropertyList m_propertyList
the property list
Definition: STOFFFrameStyle.hxx:63