a adjust attribute More...
Public Member Functions | |
| StarPAttributeAdjust (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 para | |
| virtual void | printData (libstoff::DebugStream &o) const |
| debug function to print the data | |
Protected Member Functions | |
| StarPAttributeAdjust (StarPAttributeAdjust const &orig) | |
| copy constructor | |
Protected Attributes | |
| int | m_adjust |
| the adjust value | |
| int | m_flags |
| the flags | |
a adjust attribute
| StarParagraphAttribute::StarPAttributeAdjust::StarPAttributeAdjust | ( | Type | type, |
| std::string const & | debugName | ||
| ) | [inline] |
constructor
Referenced by create().
| StarParagraphAttribute::StarPAttributeAdjust::StarPAttributeAdjust | ( | StarPAttributeAdjust const & | orig | ) | [inline, protected] |
copy constructor
| void StarParagraphAttribute::StarPAttributeAdjust::addTo | ( | StarState & | state, |
| std::set< StarAttribute const * > & | |||
| ) | const [virtual] |
add to a para
Reimplemented from StarAttribute.
| virtual shared_ptr<StarAttribute> StarParagraphAttribute::StarPAttributeAdjust::create | ( | ) | const [inline, virtual] |
create a new attribute
Implements StarAttribute.
| virtual void StarParagraphAttribute::StarPAttributeAdjust::printData | ( | libstoff::DebugStream & | o | ) | const [inline, virtual] |
| bool StarParagraphAttribute::StarPAttributeAdjust::read | ( | StarZone & | zone, |
| int | vers, | ||
| long | endPos, | ||
| StarObject & | object | ||
| ) | [virtual] |
read a zone
Implements StarAttribute.
int StarParagraphAttribute::StarPAttributeAdjust::m_adjust [protected] |
the adjust value
Referenced by addTo(), printData(), and read().
int StarParagraphAttribute::StarPAttributeAdjust::m_flags [protected] |
the flags
Referenced by printData(), and read().