Internal: the table of a HMWJGraph. More...
Public Member Functions | |
Table (HMWJGraph &parser) | |
constructor | |
~Table () | |
destructor | |
void | updateCells () |
update all cells using the formats list | |
bool | sendText (long id, long cPos) const |
send a text zone | |
Public Attributes | |
HMWJGraph * | m_parser |
the graph parser | |
int | m_rows |
the number of row | |
int | m_columns |
the number of columns | |
int | m_height |
the table height | |
long | m_textFileId |
the text file id | |
std::vector< CellFormat > | m_formatsList |
a list of cell format | |
Private Member Functions | |
Table (Table const &orig) | |
Table & | operator= (Table const &orig) |
Internal: the table of a HMWJGraph.
HMWJGraphInternal::Table::Table | ( | HMWJGraph & | parser | ) | [inline] |
constructor
HMWJGraphInternal::Table::~Table | ( | ) | [inline] |
destructor
HMWJGraphInternal::Table::Table | ( | Table const & | orig | ) | [private] |
bool HMWJGraphInternal::Table::sendText | ( | long | id, |
long | cPos | ||
) | const [inline] |
send a text zone
update all cells using the formats list
the number of columns
std::vector<CellFormat> HMWJGraphInternal::Table::m_formatsList |
a list of cell format
Referenced by HMWJGraph::readTableFormatsList(), and updateCells().
the table height
the graph parser
Referenced by sendText().
the number of row
the text file id