filters

Swinder::MulRKRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::MulRKRecord:

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

Detailed Description

Class MulRKRecord represents a cell range containing RK value cells.

These cells are located in the same row.

See also:
RKRecord

Definition at line 1921 of file excel.h.


Public Member Functions

unsigned int rtti ()
 MulRKRecord ()
virtual ~MulRKRecord ()
virtual void setData (unsigned size, const unsigned char *data)
unsigned xfIndex (unsigned i) const
bool isInteger (unsigned i) const
int asInteger (unsigned i) const
double asFloat (unsigned i) const
unsigned encodedRK (unsigned i) const
virtual const char * name ()
virtual void dump (std::ostream &out) const

Static Public Attributes

static const unsigned int id

Constructor & Destructor Documentation

Swinder::MulRKRecord::MulRKRecord  ) 
 

Creates a new MulRK record.

virtual Swinder::MulRKRecord::~MulRKRecord  )  [virtual]
 

Destroys the record.


Member Function Documentation

double Swinder::MulRKRecord::asFloat unsigned  i  )  const
 

Returns the floating-point value specified by the record.

It is only valid when isInteger returns false.

See also:
asInteger

int Swinder::MulRKRecord::asInteger unsigned  i  )  const
 

Returns the integer value specified by the record.

It is only valid when isInteger returns true.

See also:
isInteger, asFloat

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

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

bool Swinder::MulRKRecord::isInteger unsigned  i  )  const
 

Returns true if the record holds an integer value.

See also:
asInteger

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

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 1973 of file excel.h.

virtual void Swinder::MulRKRecord::setData unsigned  size,
const unsigned char *  data
[virtual]
 

Sets the data for this record.

Reimplemented from Swinder::Record.

unsigned Swinder::MulRKRecord::xfIndex unsigned  i  )  const
 

Returns XF index of ith column.


Member Data Documentation

const unsigned int Swinder::MulRKRecord::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 1925 of file excel.h.


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