Internal: the table of a HMWKGraph. More...
Public Member Functions | |
Table (Frame const &orig, HMWKGraph &parser) | |
constructor | |
~Table () | |
destructor | |
TableCell * | get (int i) |
return the i^th table cell | |
bool | sendText (long textId, long id) const |
send a text zone | |
std::string | print () const |
print local data | |
Public Attributes | |
HMWKGraph * | m_parser |
the graph parser | |
int | m_rows |
the number of row | |
int | m_columns |
the number of columns | |
int | m_numCells |
the number of cells | |
long | m_textFileId |
the text file id | |
Private Member Functions | |
Table (Table const &orig) | |
Table & | operator= (Table const &orig) |
Friends | |
std::ostream & | operator<< (std::ostream &o, Table const &table) |
operator<< |
Internal: the table of a HMWKGraph.
HMWKGraphInternal::Table::Table | ( | Frame const & | orig, |
HMWKGraph & | parser | ||
) | [inline] |
constructor
HMWKGraphInternal::Table::~Table | ( | ) | [inline] |
destructor
HMWKGraphInternal::Table::Table | ( | Table const & | orig | ) | [private] |
TableCell* HMWKGraphInternal::Table::get | ( | int | i | ) | [inline] |
return the i^th table cell
Reimplemented from MWAWTable.
Referenced by HMWKGraph::getTextFrameInformations().
std::string HMWKGraphInternal::Table::print | ( | ) | const [inline] |
print local data
bool HMWKGraphInternal::Table::sendText | ( | long | textId, |
long | id | ||
) | const [inline] |
send a text zone
std::ostream& operator<< | ( | std::ostream & | o, |
Table const & | table | ||
) | [friend] |
operator<<
the number of columns
Referenced by print().
the number of cells
Referenced by print().
the graph parser
Referenced by sendText().
the number of row
Referenced by print().
the text file id
Referenced by print().