class to store a table in a sdw file More...
#include <StarTable.hxx>
Public Member Functions | |
StarTable () | |
the constructor More... | |
~StarTable () | |
the destructor 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 | |
bool | m_headerRepeated |
flag to know if the header is repeated More... | |
int | m_numBoxes |
the number of boxes More... | |
int | m_chgMode |
the change mode More... | |
std::vector< shared_ptr< StarTableInternal::TableLine > > | m_lineList |
the list of line More... | |
class to store a table in a sdw file
|
inline |
the constructor
StarTable::~StarTable | ( | ) |
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
int StarTable::m_chgMode |
the change mode
bool StarTable::m_headerRepeated |
flag to know if the header is repeated
std::vector<shared_ptr<StarTableInternal::TableLine> > StarTable::m_lineList |
the list of line
int StarTable::m_numBoxes |
the number of boxes