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