HMWKGraphInternal::Table Struct Reference

Internal: the table of a HMWKGraph. More...

Inheritance diagram for HMWKGraphInternal::Table:
HMWKGraphInternal::Frame MWAWTable

List of all members.

Public Member Functions

 Table (Frame const &orig, HMWKGraph &parser)
 constructor
 ~Table ()
 destructor
TableCellget (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

HMWKGraphm_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)
Tableoperator= (Table const &orig)

Friends

std::ostream & operator<< (std::ostream &o, Table const &table)
 operator<<

Detailed Description

Internal: the table of a HMWKGraph.


Constructor & Destructor Documentation

HMWKGraphInternal::Table::Table ( Frame const &  orig,
HMWKGraph parser 
) [inline]

constructor

destructor

HMWKGraphInternal::Table::Table ( Table const &  orig) [private]

Member Function Documentation

return the i^th table cell

Reimplemented from MWAWTable.

Referenced by HMWKGraph::getTextFrameInformations().

Table& HMWKGraphInternal::Table::operator= ( Table const &  orig) [private]
std::string HMWKGraphInternal::Table::print ( ) const [inline]

print local data

bool HMWKGraphInternal::Table::sendText ( long  textId,
long  id 
) const [inline]

send a text zone


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Table const &  table 
) [friend]

operator<<


Member Data Documentation

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().


The documentation for this struct was generated from the following file: