a named attribute More...
Public Member Functions | |
| StarGAttributeNamed (Type type, std::string const &debugName) | |
| constructor | |
| virtual bool | read (StarZone &zone, int vers, long endPos, StarObject &object) |
| read a zone | |
| virtual void | printData (libstoff::DebugStream &o) const |
| debug function to print the data | |
Protected Member Functions | |
| StarGAttributeNamed (StarGAttributeNamed const &orig) | |
| copy constructor | |
Protected Attributes | |
| librevenge::RVNGString | m_named |
| the named | |
| int | m_namedId |
| the name id | |
a named attribute
| StarGraphicAttribute::StarGAttributeNamed::StarGAttributeNamed | ( | Type | type, |
| std::string const & | debugName | ||
| ) | [inline] |
constructor
| StarGraphicAttribute::StarGAttributeNamed::StarGAttributeNamed | ( | StarGAttributeNamed const & | orig | ) | [inline, protected] |
copy constructor
| virtual void StarGraphicAttribute::StarGAttributeNamed::printData | ( | libstoff::DebugStream & | o | ) | const [inline, virtual] |
debug function to print the data
Reimplemented from StarAttribute.
Reimplemented in StarGraphicAttribute::StarGAttributeNamedHatch, StarGraphicAttribute::StarGAttributeNamedGradient, StarGraphicAttribute::StarGAttributeNamedDash, StarGraphicAttribute::StarGAttributeNamedColor, StarGraphicAttribute::StarGAttributeNamedBitmap, and StarGraphicAttribute::StarGAttributeNamedArrow.
| bool StarGraphicAttribute::StarGAttributeNamed::read | ( | StarZone & | zone, |
| int | vers, | ||
| long | endPos, | ||
| StarObject & | object | ||
| ) | [virtual] |
read a zone
Implements StarAttribute.
Reimplemented in StarGraphicAttribute::StarGAttributeNamedHatch, StarGraphicAttribute::StarGAttributeNamedGradient, StarGraphicAttribute::StarGAttributeNamedDash, StarGraphicAttribute::StarGAttributeNamedColor, StarGraphicAttribute::StarGAttributeNamedBitmap, and StarGraphicAttribute::StarGAttributeNamedArrow.
Referenced by StarGraphicAttribute::StarGAttributeNamedArrow::read(), StarGraphicAttribute::StarGAttributeNamedBitmap::read(), StarGraphicAttribute::StarGAttributeNamedColor::read(), StarGraphicAttribute::StarGAttributeNamedDash::read(), StarGraphicAttribute::StarGAttributeNamedGradient::read(), and StarGraphicAttribute::StarGAttributeNamedHatch::read().
librevenge::RVNGString StarGraphicAttribute::StarGAttributeNamed::m_named [protected] |
the named
Referenced by printData(), and read().
int StarGraphicAttribute::StarGAttributeNamed::m_namedId [protected] |
the name id
Referenced by printData(), read(), StarGraphicAttribute::StarGAttributeNamedArrow::read(), StarGraphicAttribute::StarGAttributeNamedBitmap::read(), StarGraphicAttribute::StarGAttributeNamedColor::read(), StarGraphicAttribute::StarGAttributeNamedDash::read(), StarGraphicAttribute::StarGAttributeNamedGradient::read(), and StarGraphicAttribute::StarGAttributeNamedHatch::read().