StarTable Class Reference

class to store a table in a sdw file More...

#include <StarTable.hxx>

List of all members.

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

Detailed Description

class to store a table in a sdw file


Constructor & Destructor Documentation

StarTable::StarTable ( ) [inline]

the constructor

the destructor


Member Function Documentation

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


Member Data Documentation

the change mode

Referenced by read().

flag to know if the header is repeated

Referenced by read().

the list of line

Referenced by read(), and send().

the number of boxes

Referenced by read().


The documentation for this class was generated from the following files: