a page header/footer attribute More...
Public Member Functions | |
| StarPAttributePageHF (Type type, std::string const &debugName) | |
| constructor | |
| virtual shared_ptr< StarAttribute > | create () const |
| create a new attribute | |
| virtual void | addTo (StarState &state, std::set< StarAttribute const * > &) const |
| add to a page | |
| 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 | |
| StarPAttributePageHF (StarPAttributePageHF const &orig) | |
| copy constructor | |
Protected Attributes | |
| shared_ptr< StarObjectSmallText > | m_zones [3] |
| the left/middle/right zones | |
a page header/footer attribute
| StarPageAttribute::StarPAttributePageHF::StarPAttributePageHF | ( | Type | type, |
| std::string const & | debugName | ||
| ) | [inline] |
constructor
Referenced by create().
| StarPageAttribute::StarPAttributePageHF::StarPAttributePageHF | ( | StarPAttributePageHF const & | orig | ) | [inline, protected] |
copy constructor
| void StarPageAttribute::StarPAttributePageHF::addTo | ( | StarState & | state, |
| std::set< StarAttribute const * > & | |||
| ) | const [virtual] |
add to a page
Reimplemented from StarAttribute.
| virtual shared_ptr<StarAttribute> StarPageAttribute::StarPAttributePageHF::create | ( | ) | const [inline, virtual] |
create a new attribute
Implements StarAttribute.
| virtual void StarPageAttribute::StarPAttributePageHF::printData | ( | libstoff::DebugStream & | o | ) | const [inline, virtual] |
| bool StarPageAttribute::StarPAttributePageHF::read | ( | StarZone & | zone, |
| int | vers, | ||
| long | endPos, | ||
| StarObject & | object | ||
| ) | [virtual] |
read a zone
Implements StarAttribute.
shared_ptr<StarObjectSmallText> StarPageAttribute::StarPAttributePageHF::m_zones[3] [protected] |
the left/middle/right zones
Referenced by addTo(), read(), and StarPAttributePageHF().