STOFFGraphicStyle Class Reference

Class to store a graphic style. More...

#include <STOFFGraphicStyle.hxx>

List of all members.

Public Member Functions

 STOFFGraphicStyle ()
 constructor
void addTo (librevenge::RVNGPropertyList &propList) const
 add to the propList
bool operator== (STOFFGraphicStyle const &graphicStyle) const
 operator==
bool operator!= (STOFFGraphicStyle const &graphicStyle) const
 operator!=

Public Attributes

librevenge::RVNGPropertyList m_propertyList
 the property list
bool m_hasBackground
 true if background attribute is set
bool m_protections [3]
 the protection: move, size, printable

Friends

std::ostream & operator<< (std::ostream &o, STOFFGraphicStyle const &graphicStyle)
 operator<<

Detailed Description

Class to store a graphic style.


Constructor & Destructor Documentation


Member Function Documentation

bool STOFFGraphicStyle::operator!= ( STOFFGraphicStyle const &  graphicStyle) const [inline]

operator!=

bool STOFFGraphicStyle::operator== ( STOFFGraphicStyle const &  graphicStyle) const

operator==

Referenced by operator!=().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
STOFFGraphicStyle const &  graphicStyle 
) [friend]

operator<<


Member Data Documentation

true if background attribute is set

Referenced by StarGraphicAttribute::StarGAttributeBool::addTo(), and operator==().

the protection: move, size, printable

Referenced by StarGraphicAttribute::StarGAttributeBool::addTo(), and STOFFGraphicStyle().


The documentation for this class was generated from the following files: