the database of a GreatWksDBParser More...
Public Member Functions | |
| Database () | |
| constructor | |
| bool | addCell (MWAWVec2i const &pos, Cell const &cell) |
| add a cell data in one given position | |
| int | getRowHeight (int row) const |
| returns the row size in point | |
| std::vector< float > | convertInPoint (std::vector< int > const &list) const |
| convert the m_widthCols in a vector of of point size | |
Public Attributes | |
| int | m_numRecords |
| the number of records | |
| std::vector< MWAWEntry > | m_rowList |
| the list of rows data | |
| std::vector< Field > | m_fieldList |
| the list of field | |
| int | m_widthDefault |
| the default column width | |
| std::vector< int > | m_widthCols |
| the column size in points | |
| int | m_heightDefault |
| the default row height | |
| std::vector< int > | m_heightRows |
| the row height in points | |
| std::map< int, std::vector < Cell > > | m_rowCellsMap |
| the map row -> list of cells | |
| std::string | m_name |
| the database name | |
the database of a GreatWksDBParser
| GreatWksDBParserInternal::Database::Database | ( | ) | [inline] |
constructor
| bool GreatWksDBParserInternal::Database::addCell | ( | MWAWVec2i const & | pos, |
| Cell const & | cell | ||
| ) | [inline] |
add a cell data in one given position
Referenced by GreatWksDBParser::readFieldRecords(), and GreatWksDBParser::readRowRecords().
| std::vector<float> GreatWksDBParserInternal::Database::convertInPoint | ( | std::vector< int > const & | list | ) | const [inline] |
convert the m_widthCols in a vector of of point size
| int GreatWksDBParserInternal::Database::getRowHeight | ( | int | row | ) | const [inline] |
returns the row size in point
| std::vector<Field> GreatWksDBParserInternal::Database::m_fieldList |
the list of field
Referenced by addCell(), convertInPoint(), GreatWksDBParser::readDatabase(), GreatWksDBParser::readFieldAuxis(), GreatWksDBParser::readRowRecords(), and GreatWksDBParser::sendDatabase().
the default row height
Referenced by getRowHeight().
| std::vector<int> GreatWksDBParserInternal::Database::m_heightRows |
the row height in points
Referenced by getRowHeight().
| std::string GreatWksDBParserInternal::Database::m_name |
the database name
the number of records
| std::map<int, std::vector<Cell> > GreatWksDBParserInternal::Database::m_rowCellsMap |
the map row -> list of cells
Referenced by addCell(), GreatWksDBParser::readDatabase(), and GreatWksDBParser::sendDatabase().
| std::vector<MWAWEntry> GreatWksDBParserInternal::Database::m_rowList |
the list of rows data
Referenced by GreatWksDBParser::readDatabase(), and GreatWksDBParser::readRowLinks().
| std::vector<int> GreatWksDBParserInternal::Database::m_widthCols |
the column size in points
the default column width
Referenced by convertInPoint().