BeagleWksDBParserInternal::Database Struct Reference

Internal: the spreadsheet of a BeagleWksDBParser. More...

List of all members.

Public Member Functions

 Database ()
 constructor
void updateWithContent (Cell &cell, MWAWVec2i const &pos, MWAWCellContent const &content) const
 update a field with the record data

Static Public Member Functions

static std::vector< float > convertInPoint (std::vector< int > const &list, float defSize)
 convert the m_widthCols, m_heightRows in a vector of of point size

Public Attributes

int m_numFields
 the number of rows
std::vector< Cellm_fields
 the list of fields
std::vector< std::vector
< MWAWCellContent > > 
m_records
 the list of not empty cells (one list by row )
std::vector< MWAWEntrym_memos
 the list of memo strings entry
std::string m_name
 the database name

Detailed Description

Internal: the spreadsheet of a BeagleWksDBParser.


Constructor & Destructor Documentation


Member Function Documentation

static std::vector<float> BeagleWksDBParserInternal::Database::convertInPoint ( std::vector< int > const &  list,
float  defSize 
) [inline, static]

convert the m_widthCols, m_heightRows in a vector of of point size

void BeagleWksDBParserInternal::Database::updateWithContent ( Cell cell,
MWAWVec2i const &  pos,
MWAWCellContent const &  content 
) const

update a field with the record data

Referenced by BeagleWksDBParser::sendDatabase().


Member Data Documentation

the list of memo strings entry

Referenced by updateWithContent().

the database name

the list of not empty cells (one list by row )

Referenced by BeagleWksDBParser::readRow(), and BeagleWksDBParser::sendDatabase().


The documentation for this struct was generated from the following file: