Internal: the table of a MsWksTable. More...
| Classes | |
| struct | Cell | 
| the cell content  More... | |
| Public Member Functions | |
| Table (MsWksGraph::Style const &style) | |
| constructor  More... | |
| Table () | |
| empty constructor  More... | |
| Cell const * | getCell (MWAWVec2i 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< Cell > | m_cellsList | 
| the list of cell  More... | |
Internal: the table of a MsWksTable.
| 
 | inlineexplicit | 
constructor
| 
 | inline | 
empty constructor
try to find a cell
| std::vector<Cell> MsWksTableInternal::Table::m_cellsList | 
the list of cell
Referenced by getCell(), and MsWksTable::readTable().
| std::vector<int> MsWksTableInternal::Table::m_colsDim | 
Referenced by MsWksTable::readTable().
| MWAWFont MsWksTableInternal::Table::m_font | 
the default font
| int MsWksTableInternal::Table::m_numCols | 
the number of columns
Referenced by MsWksTable::readTable().
| int MsWksTableInternal::Table::m_numRows | 
the number of rows
Referenced by MsWksTable::readTable().
| std::vector<int> MsWksTableInternal::Table::m_rowsDim | 
the rows dimensions
Referenced by MsWksTable::readTable().
| MWAWGraphicStyle MsWksTableInternal::Table::m_style | 
the graphic style
Referenced by Table().