Internal: the table of a HanMacWrdJGraph. More...
Public Member Functions | |
| Table (HanMacWrdJGraph &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 | |
| HanMacWrdJGraph * | 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 HanMacWrdJGraph.
| HanMacWrdJGraphInternal::Table::Table | ( | HanMacWrdJGraph & | parser | ) | [inline] |
constructor
| HanMacWrdJGraphInternal::Table::~Table | ( | ) | [inline] |
destructor
| HanMacWrdJGraphInternal::Table::Table | ( | Table const & | orig | ) | [private] |
| bool HanMacWrdJGraphInternal::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> HanMacWrdJGraphInternal::Table::m_formatsList |
a list of cell format
Referenced by HanMacWrdJGraph::readTableFormatsList(), and updateCells().
the table height
the graph parser
Referenced by sendText().
the number of row
the text file id