MsWksDBParserInternal::FieldType Class Reference

the type of each field More...

Inheritance diagram for MsWksDBParserInternal::FieldType:
MWAWCell

List of all members.

Public Member Functions

 FieldType ()
 constructor
bool empty () const
 returns true if the field has no content
void updateWithContent (MWAWVec2i const &pos, MWAWCellContent const &content)
 update a field with the record data

Public Attributes

MWAWCellContent m_content
 the cell content
std::string m_name
 the field name
bool m_used
 a flag to know if the field is used or not
bool m_isSerial
 a flag to deferentiate a serial formula to a formula
int m_serialId
 serialized field identificator
SerialFormula m_serialFormula
 the serial formula ( if the field is serialized )
int m_height
 the height
std::string m_extra
 extra data

Friends

std::ostream & operator<< (std::ostream &o, FieldType const &fType)
 operator<<

Detailed Description

the type of each field


Constructor & Destructor Documentation


Member Function Documentation

bool MsWksDBParserInternal::FieldType::empty ( ) const [inline]

returns true if the field has no content

Referenced by MsWksDBParser::sendDatabase().

update a field with the record data

Referenced by MsWksDBParser::sendDatabase().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
FieldType const &  fType 
) [friend]

operator<<


Member Data Documentation

a flag to know if the field is used or not

Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readFieldTypes().


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