small structure used to store a table box More...
Public Member Functions | |
TableBox () | |
constructor More... | |
bool | read (StarZone &zone, StarObjectText &object) |
try to read the data More... | |
bool | send (STOFFListenerPtr listener, StarState &state) const |
try to send the data to a listener More... | |
Public Attributes | |
int | m_formatId |
the format More... | |
int | m_numLines |
the number of lines More... | |
shared_ptr< StarObjectTextInternal::Content > | m_content |
the content More... | |
std::vector< shared_ptr< TableLine > > | m_lineList |
a list of line More... | |
shared_ptr< StarFormatManagerInternal::FormatDef > | m_format |
the format More... | |
small structure used to store a table box
|
inline |
constructor
bool StarTableInternal::TableBox::read | ( | StarZone & | zone, |
StarObjectText & | object | ||
) |
try to read the data
Referenced by TableBox(), and StarTableInternal::TableLine::TableLine().
bool StarTableInternal::TableBox::send | ( | STOFFListenerPtr | listener, |
StarState & | state | ||
) | const |
try to send the data to a listener
Referenced by TableBox(), and StarTableInternal::TableLine::TableLine().
shared_ptr<StarObjectTextInternal::Content> StarTableInternal::TableBox::m_content |
shared_ptr<StarFormatManagerInternal::FormatDef> StarTableInternal::TableBox::m_format |
the format
Referenced by read(), and StarTableInternal::TableLine::read().
int StarTableInternal::TableBox::m_formatId |
the format
Referenced by read(), StarTableInternal::TableLine::read(), and StarTableInternal::TableLine::send().
std::vector<shared_ptr<TableLine> > StarTableInternal::TableBox::m_lineList |
a list of line
Referenced by read(), StarTable::read(), send(), and StarTable::send().
int StarTableInternal::TableBox::m_numLines |
the number of lines
Referenced by read().