filters

Swinder::NumberRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::NumberRecord:

Swinder::Record Swinder::CellInfo List of all members.

Detailed Description

Class NumberRecord represents a cell that contains a floating point value.

Definition at line 2075 of file excel.h.


Public Member Functions

unsigned int rtti ()
 NumberRecord ()
virtual ~NumberRecord ()
virtual void setData (unsigned size, const unsigned char *data)
double number () const
void setNumber (double f)
virtual const char * name ()
virtual void dump (std::ostream &out) const

Static Public Attributes

static const unsigned int id

Constructor & Destructor Documentation

Swinder::NumberRecord::NumberRecord (  ) 

Creates a new Number record.

virtual Swinder::NumberRecord::~NumberRecord (  )  [virtual]

Destroys the record.


Member Function Documentation

virtual void Swinder::NumberRecord::dump ( std::ostream &  out  )  const [virtual]

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

virtual const char* Swinder::NumberRecord::name (  )  [inline, virtual]

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 2111 of file excel.h.

double Swinder::NumberRecord::number (  )  const

Returns the floating-point value specified by the record.

See also:
setNumber

virtual void Swinder::NumberRecord::setData ( unsigned  size,
const unsigned char *  data 
) [virtual]

Sets the data for this record.

Reimplemented from Swinder::Record.

void Swinder::NumberRecord::setNumber ( double  f  ) 

Sets the floating-point value specified by the record.

See also:
number


Member Data Documentation

const unsigned int Swinder::NumberRecord::id [static]

Static ID of the record.

Subclasses should override this value with the id of the record they handle.

Reimplemented from Swinder::Record.

Definition at line 2079 of file excel.h.


The documentation for this class was generated from the following file:
KDE Home | KDE Accessibility Home | Description of Access Keys