HMWJGraphInternal::Table Struct Reference

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

Inheritance diagram for HMWJGraphInternal::Table:
MWAWTable

List of all members.

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

HMWJGraphm_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< CellFormatm_formatsList
 a list of cell format

Private Member Functions

 Table (Table const &orig)
Tableoperator= (Table const &orig)

Detailed Description

Internal: the table of a HMWJGraph.


Constructor & Destructor Documentation

constructor

destructor

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

Member Function Documentation

Table& HMWJGraphInternal::Table::operator= ( 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


Member Data Documentation

the number of columns

the table height

the graph parser

Referenced by sendText().

the number of row


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