a shadow attribute More...
Public Member Functions | |
StarGAttributeShadow (Type type, std::string const &debugName) | |
constructor | |
virtual shared_ptr< StarAttribute > | create () const |
create a new attribute | |
virtual bool | read (StarZone &zone, int vers, long endPos, StarObject &object) |
read a zone | |
virtual void | addTo (StarState &state, std::set< StarAttribute const * > &) const |
add to a cell/graphic style | |
virtual void | printData (libstoff::DebugStream &o) const |
debug function to print the data | |
Protected Member Functions | |
StarGAttributeShadow (StarGAttributeShadow const &orig) | |
copy constructor | |
Protected Attributes | |
int | m_location |
the location 0-4 | |
int | m_width |
the width in twip | |
int | m_transparency |
the trans? | |
STOFFColor | m_color |
the color | |
STOFFColor | m_fillColor |
the fill color | |
int | m_style |
the style |
a shadow attribute
StarGraphicAttribute::StarGAttributeShadow::StarGAttributeShadow | ( | Type | type, |
std::string const & | debugName | ||
) | [inline] |
constructor
Referenced by create().
StarGraphicAttribute::StarGAttributeShadow::StarGAttributeShadow | ( | StarGAttributeShadow const & | orig | ) | [inline, protected] |
copy constructor
void StarGraphicAttribute::StarGAttributeShadow::addTo | ( | StarState & | state, |
std::set< StarAttribute const * > & | |||
) | const [virtual] |
add to a cell/graphic style
Reimplemented from StarAttribute.
virtual shared_ptr<StarAttribute> StarGraphicAttribute::StarGAttributeShadow::create | ( | ) | const [inline, virtual] |
create a new attribute
Implements StarAttribute.
virtual void StarGraphicAttribute::StarGAttributeShadow::printData | ( | libstoff::DebugStream & | o | ) | const [inline, virtual] |
bool StarGraphicAttribute::StarGAttributeShadow::read | ( | StarZone & | zone, |
int | vers, | ||
long | endPos, | ||
StarObject & | object | ||
) | [virtual] |
read a zone
Implements StarAttribute.
the color
Referenced by addTo(), printData(), and read().
the fill color
Referenced by printData(), and read().
int StarGraphicAttribute::StarGAttributeShadow::m_location [protected] |
the location 0-4
Referenced by addTo(), printData(), and read().
int StarGraphicAttribute::StarGAttributeShadow::m_style [protected] |
the style
Referenced by printData(), and read().
int StarGraphicAttribute::StarGAttributeShadow::m_transparency [protected] |
the trans?
Referenced by addTo(), printData(), and read().
int StarGraphicAttribute::StarGAttributeShadow::m_width [protected] |
the width in twip
Referenced by addTo(), printData(), and read().