MSKTableInternal::Table Struct Reference

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

Classes

struct  Cell
 the cell content More...
 

Public Member Functions

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

Public Attributes

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

Detailed Description

Internal: the table of a MSKTable.

Constructor & Destructor Documentation

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

constructor

MSKTableInternal::Table::Table ( )
inline

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

std::vector<Cell> MSKTableInternal::Table::m_cellsList

the list of cell

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

std::vector<int> MSKTableInternal::Table::m_colsDim
MWAWFont MSKTableInternal::Table::m_font

the default font

int MSKTableInternal::Table::m_numCols

the number of columns

Referenced by MSKTable::readTable().

int MSKTableInternal::Table::m_numRows

the number of rows

Referenced by MSKTable::readTable().

std::vector<int> MSKTableInternal::Table::m_rowsDim

the rows dimensions

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

MWAWGraphicStyle MSKTableInternal::Table::m_style

the graphic style

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


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

Generated on Tue Mar 10 2015 17:32:11 for libmwaw by doxygen 1.8.5