class to store a table in a sdw file More...
#include <StarTable.hxx>
Public Member Functions | |
| StarTable () | |
| the constructor | |
| ~StarTable () | |
| the destructor | |
| bool | read (StarZone &zone, StarObjectText &object) |
| try to read the data | |
| bool | send (STOFFListenerPtr listener, StarState &state) const |
| try to send the data to a listener | |
Public Attributes | |
| bool | m_headerRepeated |
| flag to know if the header is repeated | |
| int | m_numBoxes |
| the number of boxes | |
| int | m_chgMode |
| the change mode | |
| std::vector< shared_ptr < StarTableInternal::TableLine > > | m_lineList |
| the list of line | |
class to store a table in a sdw file
| StarTable::StarTable | ( | ) | [inline] |
the constructor
the destructor
| bool StarTable::read | ( | StarZone & | zone, |
| StarObjectText & | object | ||
| ) |
try to read the data
| bool StarTable::send | ( | STOFFListenerPtr | listener, |
| StarState & | state | ||
| ) | const |
try to send the data to a listener
the change mode
Referenced by read().
flag to know if the header is repeated
Referenced by read().
| std::vector<shared_ptr<StarTableInternal::TableLine> > StarTable::m_lineList |
the number of boxes
Referenced by read().