filters
Swinder::MulRKRecord Class Reference
#include <excel.h>
Inheritance diagram for Swinder::MulRKRecord:

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
| 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 |
| virtual void Swinder::MulRKRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
| bool Swinder::MulRKRecord::isInteger | ( | unsigned | i | ) | const |
| virtual const char* Swinder::MulRKRecord::name | ( | ) | [inline, virtual] |
| virtual void Swinder::MulRKRecord::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
| 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.
The documentation for this class was generated from the following file:

