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