MSKTableInternal::Table Struct Reference

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

List of all members.

Classes

struct  Cell
 the cell content More...

Public Member Functions

 Table (MSKGraph::Style const &style)
 constructor
 Table ()
 empty constructor
Cell const * getCell (Vec2i const &pos) const
 try to find a cell

Public Attributes

MWAWGraphicStyle m_style
 the graphic style
int m_numRows
 the number of rows
int m_numCols
 the number of columns
std::vector< int > m_rowsDim
 the rows dimensions
std::vector< int > m_colsDim
MWAWFont m_font
 the default font
std::vector< Cellm_cellsList
 the list of cell

Detailed Description

Internal: the table of a MSKTable.


Constructor & Destructor Documentation

MSKTableInternal::Table::Table ( MSKGraph::Style const &  style) [inline]

constructor

empty constructor


Member Function Documentation

Cell const* MSKTableInternal::Table::getCell ( Vec2i const &  pos) const [inline]

try to find a cell

Referenced by MSKTable::sendTable().


Member Data Documentation

the list of cell

Referenced by getCell(), and MSKTable::readTable().

the default font

the number of columns

Referenced by MSKTable::readTable().

the number of rows

Referenced by MSKTable::readTable().

the rows dimensions

Referenced by MSKTable::readTable(), and MSKTable::sendTable().


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