a frame + columns More...
Classes | |
| struct | Column |
| a column More... | |
Public Member Functions | |
| StarPAttributeColumns (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 | |
| StarPAttributeColumns (StarPAttributeColumns const &orig) | |
| copy constructor | |
Protected Attributes | |
| int | m_lineAdj |
| the lineAdj | |
| bool | m_ortho |
| ortho flag | |
| int | m_lineHeight |
| the line height | |
| int | m_gutterWidth |
| the gutter width | |
| int | m_wishWidth |
| the wish width | |
| int | m_penStyle |
| the pen style | |
| int | m_penWidth |
| the pen width | |
| STOFFColor | m_penColor |
| the pen color | |
| std::vector< Column > | m_columnList |
| the column list | |
a frame + columns
| StarPageAttribute::StarPAttributeColumns::StarPAttributeColumns | ( | Type | type, |
| std::string const & | debugName | ||
| ) | [inline] |
constructor
Referenced by create().
| StarPageAttribute::StarPAttributeColumns::StarPAttributeColumns | ( | StarPAttributeColumns const & | orig | ) | [inline, protected] |
copy constructor
| void StarPageAttribute::StarPAttributeColumns::addTo | ( | StarState & | state, |
| std::set< StarAttribute const * > & | |||
| ) | const [virtual] |
add to a page
Reimplemented from StarAttribute.
| virtual shared_ptr<StarAttribute> StarPageAttribute::StarPAttributeColumns::create | ( | ) | const [inline, virtual] |
create a new attribute
Implements StarAttribute.
| virtual void StarPageAttribute::StarPAttributeColumns::printData | ( | libstoff::DebugStream & | o | ) | const [inline, virtual] |
| bool StarPageAttribute::StarPAttributeColumns::read | ( | StarZone & | zone, |
| int | vers, | ||
| long | endPos, | ||
| StarObject & | object | ||
| ) | [virtual] |
read a zone
Implements StarAttribute.
std::vector<Column> StarPageAttribute::StarPAttributeColumns::m_columnList [protected] |
the column list
Referenced by addTo(), printData(), and read().
int StarPageAttribute::StarPAttributeColumns::m_gutterWidth [protected] |
the gutter width
Referenced by printData(), and read().
int StarPageAttribute::StarPAttributeColumns::m_lineAdj [protected] |
the lineAdj
Referenced by printData(), and read().
int StarPageAttribute::StarPAttributeColumns::m_lineHeight [protected] |
the line height
Referenced by printData(), and read().
bool StarPageAttribute::StarPAttributeColumns::m_ortho [protected] |
ortho flag
Referenced by printData(), and read().
the pen color
Referenced by printData(), and read().
int StarPageAttribute::StarPAttributeColumns::m_penStyle [protected] |
the pen style
Referenced by printData(), and read().
int StarPageAttribute::StarPAttributeColumns::m_penWidth [protected] |
the pen width
Referenced by printData(), and read().
int StarPageAttribute::StarPAttributeColumns::m_wishWidth [protected] |
the wish width
Referenced by printData(), and read().