BeagleWksDBParserInternal::Cell Struct Reference

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

Inheritance diagram for BeagleWksDBParserInternal::Cell:
MWAWCell

List of all members.

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

Detailed Description

Internal: the cell of a BeagleWksDBParser.


Member Enumeration Documentation

the cell type

Enumerator:
Text 
Number 
Date 
Time 
Picture 
Formula 
Memo 
Unknown 

Constructor & Destructor Documentation

constructor


Member Function Documentation

bool BeagleWksDBParserInternal::Cell::empty ( ) const [inline]

returns true if the field has no content

Referenced by BeagleWksDBParser::sendDatabase().


Member Data Documentation

flag to know if the cell is empty


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