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

Detailed Description
Class RowRecord represents Row record, which provides information (such as row height and formatting) for a span of columns.
Definition at line 2316 of file excel.h.
Public Member Functions | |
unsigned int | rtti () |
RowRecord () | |
virtual | ~RowRecord () |
unsigned | row () const |
void | setRow (unsigned r) |
unsigned | xfIndex () const |
void | setXfIndex (unsigned i) |
unsigned | height () const |
void | setHeight (unsigned h) |
bool | hidden () const |
void | setHidden (bool h) |
virtual void | setData (unsigned size, const unsigned char *data) |
virtual const char * | name () |
virtual void | dump (std::ostream &out) const |
Static Public Attributes | |
static const unsigned int | id |
Constructor & Destructor Documentation
Swinder::RowRecord::RowRecord | ( | ) |
Creates a new Row record.
virtual Swinder::RowRecord::~RowRecord | ( | ) | [virtual] |
Destroys the record.
Member Function Documentation
virtual void Swinder::RowRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
unsigned Swinder::RowRecord::height | ( | ) | const |
bool Swinder::RowRecord::hidden | ( | ) | const |
virtual const char* Swinder::RowRecord::name | ( | ) | [inline, virtual] |
unsigned Swinder::RowRecord::row | ( | ) | const |
virtual void Swinder::RowRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
void Swinder::RowRecord::setHeight | ( | unsigned | h | ) |
void Swinder::RowRecord::setHidden | ( | bool | h | ) |
void Swinder::RowRecord::setRow | ( | unsigned | r | ) |
void Swinder::RowRecord::setXfIndex | ( | unsigned | i | ) |
unsigned Swinder::RowRecord::xfIndex | ( | ) | const |
Member Data Documentation
const unsigned int Swinder::RowRecord::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: