small structure used to store a table line More...
Public Member Functions | |
| TableLine () | |
| constructor | |
| bool | read (StarZone &zone, StarObjectText &object) |
| try to read the data | |
| bool | send (STOFFListenerPtr listener, StarState &state, int row) const |
| try to send the data to a listener | |
Public Attributes | |
| int | m_formatId |
| the format | |
| int | m_numBoxes |
| the number of boxes | |
| std::vector< shared_ptr < TableBox > > | m_boxList |
| a list of box | |
| shared_ptr < StarFormatManagerInternal::FormatDef > | m_format |
| the format | |
small structure used to store a table line
| StarTableInternal::TableLine::TableLine | ( | ) | [inline] |
constructor
| bool StarTableInternal::TableLine::read | ( | StarZone & | zone, |
| StarObjectText & | object | ||
| ) |
try to read the data
| bool StarTableInternal::TableLine::send | ( | STOFFListenerPtr | listener, |
| StarState & | state, | ||
| int | row | ||
| ) | const |
try to send the data to a listener
| std::vector<shared_ptr<TableBox> > StarTableInternal::TableLine::m_boxList |
the format
Referenced by read().
the number of boxes
Referenced by read().