Class to store a graphic style. More...
#include <STOFFGraphicStyle.hxx>
Public Member Functions | |
STOFFGraphicStyle () | |
constructor More... | |
void | addTo (librevenge::RVNGPropertyList &propList) const |
add to the propList More... | |
bool | operator== (STOFFGraphicStyle const &graphicStyle) const |
operator== More... | |
bool | operator!= (STOFFGraphicStyle const &graphicStyle) const |
operator!= More... | |
Public Attributes | |
librevenge::RVNGPropertyList | m_propertyList |
the property list More... | |
bool | m_hasBackground |
true if background attribute is set More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, STOFFGraphicStyle const &graphicStyle) |
operator<< More... | |
Class to store a graphic style.
STOFFGraphicStyle::STOFFGraphicStyle | ( | ) |
constructor
void STOFFGraphicStyle::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add to the propList
Referenced by STOFFGraphicListener::_handleFrameParameters(), STOFFGraphicListener::insertPicture(), STOFFGraphicListener::insertShape(), and STOFFSpreadsheetListener::insertShape().
|
inline |
operator!=
bool STOFFGraphicStyle::operator== | ( | STOFFGraphicStyle const & | graphicStyle | ) | const |
operator==
Referenced by operator!=().
|
friend |
operator<<
bool STOFFGraphicStyle::m_hasBackground |
true if background attribute is set
Referenced by StarGraphicAttribute::StarGAttributeBool::addTo(), operator==(), and StarObjectSmallGraphicInternal::SdrGraphicText::sendTextZone().
librevenge::RVNGPropertyList STOFFGraphicStyle::m_propertyList |
the property list
Referenced by addTo(), StarGraphicAttribute::StarGAttributeBool::addTo(), StarGraphicAttribute::StarGAttributeInt::addTo(), StarGraphicAttribute::StarGAttributeUInt::addTo(), StarGraphicAttribute::StarGAttributeBorder::addTo(), StarGraphicAttribute::StarGAttributeBrush::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(), STOFFSpreadsheetListener::defineStyle(), STOFFSpreadsheetListener::insertTextBox(), STOFFSpreadsheetListener::openFrame(), operator<<(), operator==(), SDGParser::parse(), StarObjectSmallGraphicInternal::SdrGraphicText::sendTextZone(), StarObjectSmallGraphicInternal::SdrGraphic::updateStyle(), and StarObjectSmallGraphicInternal::SdrGraphicAttribute::updateStyle().