HMWKGraphInternal::TableCell Struct Reference

a table cell in a table in HMWKGraph More...

Public Member Functions

 TableCell ()
 constructor More...
 

Public Attributes

int m_row
 the row More...
 
int m_col
 the column More...
 
Vec2i m_span
 the span ( numRow x numCol ) More...
 
Vec2f m_dim
 the dimension More...
 
MWAWColor m_backColor
 the background color More...
 
std::vector< MWAWBorderm_borders
 the border: order defined by MWAWBorder::Pos More...
 
long m_id
 the cell id ( corresponding to the last data in the main zones list ) More...
 
long m_fileId
 the file id More...
 
int m_flags
 the cell data More...
 
std::string m_extra
 extra data More...
 

Friends

std::ostream & operator<< (std::ostream &o, TableCell const &cell)
 operator<< More...
 

Detailed Description

a table cell in a table in HMWKGraph

Constructor & Destructor Documentation

HMWKGraphInternal::TableCell::TableCell ( )
inline

constructor

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
TableCell const &  cell 
)
friend

operator<<

Member Data Documentation

MWAWColor HMWKGraphInternal::TableCell::m_backColor
std::vector<MWAWBorder> HMWKGraphInternal::TableCell::m_borders

the border: order defined by MWAWBorder::Pos

Referenced by HMWKGraphInternal::operator<<(), HMWKGraph::readTable(), and HMWKGraph::sendTableCell().

Vec2f HMWKGraphInternal::TableCell::m_dim
std::string HMWKGraphInternal::TableCell::m_extra
long HMWKGraphInternal::TableCell::m_fileId
long HMWKGraphInternal::TableCell::m_id

the cell id ( corresponding to the last data in the main zones list )

Referenced by HMWKGraphInternal::operator<<(), HMWKGraph::readTable(), HMWKGraph::sendTableCell(), and HMWKGraph::sendTableUnformatted().

Vec2i HMWKGraphInternal::TableCell::m_span

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

Generated on Wed Jul 10 2013 18:15:33 for libmwaw by doxygen 1.8.4