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
|
inline |
constructor
|
inline |
convert the m_widthCols in a vector of of point size
std::vector<FieldType> MsWksDBParserInternal::DataBase::m_listFieldTypes |
the list of field type
Referenced by convertInPoint(), and DataBase().
std::vector<std::vector<MWAWCellContent> > MsWksDBParserInternal::DataBase::m_listRecords |
the list of record by row
Referenced by DataBase().
int MsWksDBParserInternal::DataBase::m_numFields |
the number of fields
Referenced by DataBase().
int MsWksDBParserInternal::DataBase::m_numRecords |
the number of records
Referenced by DataBase().