Class to store a frame style. More...
#include <STOFFFrameStyle.hxx>
Public Member Functions | |
STOFFFrameStyle () | |
constructor More... | |
void | addTo (librevenge::RVNGPropertyList &propList) const |
add to the propList More... | |
bool | operator== (STOFFFrameStyle const &frameStyle) const |
operator== More... | |
bool | operator!= (STOFFFrameStyle const &frameStyle) const |
operator!= More... | |
Public Attributes | |
librevenge::RVNGPropertyList | m_propertyList |
the property list More... | |
STOFFVec2f | m_frameSize |
the last frame dimension More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, STOFFFrameStyle const &frameStyle) |
operator<< More... | |
Class to store a frame style.
|
inline |
constructor
void STOFFFrameStyle::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add to the propList
Referenced by StarItemPool::defineGraphicStyle(), StarTableInternal::Table::send(), StarTableInternal::TableBox::updatePosition(), and StarObjectSmallGraphicInternal::SdrGraphic::updateStyle().
|
inline |
operator!=
bool STOFFFrameStyle::operator== | ( | STOFFFrameStyle const & | frameStyle | ) | const |
operator==
Referenced by operator!=().
|
friend |
operator<<
STOFFVec2f STOFFFrameStyle::m_frameSize |
the last frame dimension
Referenced by StarFrameAttribute::StarFAttributeFrameSize::addTo(), operator==(), StarTableInternal::Table::send(), and StarTableInternal::TableBox::updatePosition().
librevenge::RVNGPropertyList STOFFFrameStyle::m_propertyList |
the property list
Referenced by addTo(), StarFrameAttribute::StarFAttributeBool::addTo(), StarFrameAttribute::StarFAttributeOrientation::addTo(), operator<<(), and operator==().