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 1966 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

MulRKRecord::MulRKRecord (  ) 

Creates a new MulRK record.

Definition at line 3355 of file excel.cpp.

MulRKRecord::~MulRKRecord (  )  [virtual]

Destroys the record.

Definition at line 3361 of file excel.cpp.


Member Function Documentation

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

Sets the data for this record.

Reimplemented from Swinder::Record.

Definition at line 3396 of file excel.cpp.

unsigned MulRKRecord::xfIndex ( unsigned  i  )  const

Returns XF index of ith column.

Definition at line 3366 of file excel.cpp.

bool MulRKRecord::isInteger ( unsigned  i  )  const

Returns true if the record holds an integer value.

See also:
asInteger

Definition at line 3372 of file excel.cpp.

int 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

Definition at line 3378 of file excel.cpp.

double 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

Definition at line 3384 of file excel.cpp.

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

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 2018 of file excel.h.

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

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 3425 of file excel.cpp.


Member Data Documentation

const unsigned int 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 1970 of file excel.h.


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