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

