Class to store a graphic style. More...
#include <STOFFGraphicStyle.hxx>
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<< |
Class to store a graphic style.
constructor
void STOFFGraphicStyle::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
bool STOFFGraphicStyle::operator!= | ( | STOFFGraphicStyle const & | graphicStyle | ) | const [inline] |
operator!=
bool STOFFGraphicStyle::operator== | ( | STOFFGraphicStyle const & | graphicStyle | ) | const |
operator==
Referenced by operator!=().
std::ostream& operator<< | ( | std::ostream & | o, |
STOFFGraphicStyle const & | graphicStyle | ||
) | [friend] |
operator<<
true if background attribute is set
Referenced by StarGraphicAttribute::StarGAttributeBool::addTo(), and operator==().
librevenge::RVNGPropertyList STOFFGraphicStyle::m_propertyList |
the property list
Referenced by addTo(), StarGraphicAttribute::StarGAttributeBool::addTo(), StarGraphicAttribute::StarGAttributeInt::addTo(), StarGraphicAttribute::StarGAttributeUInt::addTo(), StarGraphicAttribute::StarGAttributeVoid::addTo(), StarGraphicAttribute::StarGAttributeBorder::addTo(), StarGraphicAttribute::StarGAttributeBrush::addTo(), StarGraphicAttribute::StarGAttributeCrop::addTo(), StarGraphicAttribute::StarGAttributeNamedArrow::addTo(), StarGraphicAttribute::StarGAttributeNamedBitmap::addTo(), StarGraphicAttribute::StarGAttributeNamedColor::addTo(), StarGraphicAttribute::StarGAttributeNamedDash::addTo(), StarGraphicAttribute::StarGAttributeNamedGradient::addTo(), StarGraphicAttribute::StarGAttributeNamedHatch::addTo(), StarGraphicAttribute::StarGAttributeShadow::addTo(), StarItemPool::defineGraphicStyle(), STOFFGraphicListener::defineStyle(), STOFFTextListener::defineStyle(), STOFFSpreadsheetListener::defineStyle(), STOFFTextListener::insertTextBox(), STOFFSpreadsheetListener::insertTextBox(), STOFFSpreadsheetListener::openFrame(), operator<<(), operator==(), SDGParser::parse(), StarObjectSmallGraphicInternal::SdrGraphic::updateStyle(), and StarObjectSmallGraphicInternal::SdrGraphicAttribute::updateStyle().
bool STOFFGraphicStyle::m_protections[3] |
the protection: move, size, printable
Referenced by StarGraphicAttribute::StarGAttributeBool::addTo(), and STOFFGraphicStyle().