a field attribute More...
Public Member Functions | |
| StarCAttributeField (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 font | |
Protected Member Functions | |
| StarCAttributeField (StarCAttributeField const &orig) | |
| copy constructor | |
Protected Attributes | |
| shared_ptr < SWFieldManagerInternal::Field > | m_field |
| the field | |
a field attribute
| StarCharAttribute::StarCAttributeField::StarCAttributeField | ( | Type | type, |
| std::string const & | debugName | ||
| ) | [inline] |
constructor
Referenced by create().
| StarCharAttribute::StarCAttributeField::StarCAttributeField | ( | StarCAttributeField const & | orig | ) | [inline, protected] |
copy constructor
| void StarCharAttribute::StarCAttributeField::addTo | ( | StarState & | state, |
| std::set< StarAttribute const * > & | |||
| ) | const [virtual] |
add to a font
Reimplemented from StarAttribute.
| virtual shared_ptr<StarAttribute> StarCharAttribute::StarCAttributeField::create | ( | ) | const [inline, virtual] |
create a new attribute
Implements StarAttribute.
| bool StarCharAttribute::StarCAttributeField::read | ( | StarZone & | zone, |
| int | vers, | ||
| long | endPos, | ||
| StarObject & | object | ||
| ) | [virtual] |
read a zone
Implements StarAttribute.
shared_ptr<SWFieldManagerInternal::Field> StarCharAttribute::StarCAttributeField::m_field [protected] |