the database More...
Public Member Functions | |
| DataBase () | |
| constructor | |
| std::vector< float > | convertInPoint (std::vector< int > const &list, float defSize) const |
| convert the m_widthCols in a vector of of point size | |
Public Attributes | |
| int | m_numFields |
| the number of fields | |
| int | m_numRecords |
| the number of records | |
| std::vector< FieldType > | m_listFieldTypes |
| the list of field type | |
| std::vector< std::vector < MWAWCellContent > > | m_listRecords |
| the list of record by row | |
the database
| MsWksDBParserInternal::DataBase::DataBase | ( | ) | [inline] |
constructor
| std::vector<float> MsWksDBParserInternal::DataBase::convertInPoint | ( | std::vector< int > const & | list, |
| float | defSize | ||
| ) | const [inline] |
convert the m_widthCols in a vector of of point size
Referenced by MsWksDBParser::sendDatabase().
the list of field type
Referenced by convertInPoint(), and MsWksDBParser::sendDatabase().
| std::vector<std::vector<MWAWCellContent> > MsWksDBParserInternal::DataBase::m_listRecords |
the list of record by row
Referenced by MsWksDBParser::sendDatabase().
the number of fields
the number of records