Internal: the cell of a BeagleWksDBParser. More...
Public Types | |
| enum | Type { Text, Number, Date, Time, Picture, Formula, Memo, Unknown } |
| the cell type More... | |
Public Member Functions | |
| Cell (MWAWVec2i pos=MWAWVec2i(0, 0)) | |
| constructor | |
| bool | empty () const |
| returns true if the field has no content | |
Public Attributes | |
| Type | m_type |
| the cell type | |
| std::string | m_name |
| the field name | |
| MWAWCellContent | m_content |
| the cell content | |
| int | m_formula |
| the formula id | |
| bool | m_isEmpty |
| flag to know if the cell is empty | |
Internal: the cell of a BeagleWksDBParser.
| BeagleWksDBParserInternal::Cell::Cell | ( | MWAWVec2i | pos = MWAWVec2i(0,0) | ) | [inline] |
constructor
| bool BeagleWksDBParserInternal::Cell::empty | ( | ) | const [inline] |
returns true if the field has no content
Referenced by BeagleWksDBParser::sendDatabase().
the cell content
Referenced by BeagleWksDBParser::createZones(), empty(), BeagleWksDBParser::readFields(), BeagleWksDBParser::sendDatabase(), and BeagleWksDBParserInternal::Database::updateWithContent().
the formula id
flag to know if the cell is empty
| std::string BeagleWksDBParserInternal::Cell::m_name |
the field name
Referenced by BeagleWksDBParser::readFields().
the cell type
Referenced by BeagleWksDBParser::createZones(), BeagleWksDBParser::readFields(), BeagleWksDBParser::readRow(), and BeagleWksDBParserInternal::Database::updateWithContent().