filters

Swinder::DimensionRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::DimensionRecord:

Swinder::Record List of all members.

Detailed Description

Range of used area.

Class DimensionRecord represents Dimension record, which contains the range address of the used area in the current sheet.

Definition at line 1019 of file excel.h.


Public Member Functions

unsigned int rtti ()
 DimensionRecord ()
 ~DimensionRecord ()
unsigned firstRow () const
void setFirstRow (unsigned r)
unsigned lastRow () const
void setLastRow (unsigned r)
unsigned firstColumn () const
void setFirstColumn (unsigned r)
unsigned lastColumn () const
void setLastColumn (unsigned r)
virtual const char * name ()
virtual void setData (unsigned size, const unsigned char *data)
virtual void dump (std::ostream &out) const

Static Public Attributes

static const unsigned int id

Constructor & Destructor Documentation

DimensionRecord::DimensionRecord (  ) 

Creates a new Dimension record.

Definition at line 2249 of file excel.cpp.

DimensionRecord::~DimensionRecord (  ) 

Destroys the record.

Definition at line 2259 of file excel.cpp.


Member Function Documentation

unsigned DimensionRecord::firstRow (  )  const

Returns index to the first used row.

See also:
setFirstRow, lastRow

Definition at line 2264 of file excel.cpp.

void DimensionRecord::setFirstRow ( unsigned  r  ) 

Sets index to the first used row.

See also:
firstRow, setLastRow

Definition at line 2269 of file excel.cpp.

unsigned DimensionRecord::lastRow (  )  const

Returns index to the last used row.

See also:
setLastRow, firstRow

Definition at line 2274 of file excel.cpp.

void DimensionRecord::setLastRow ( unsigned  r  ) 

Sets index to the last used row.

See also:
lastRow, setFirstRow

Definition at line 2279 of file excel.cpp.

unsigned DimensionRecord::firstColumn (  )  const

Returns index to the first used column.

See also:
setFirstColumn, lastColumn

Definition at line 2284 of file excel.cpp.

void DimensionRecord::setFirstColumn ( unsigned  r  ) 

Sets index to the first used column.

See also:
firstColumn, setLastColumn

Definition at line 2289 of file excel.cpp.

unsigned DimensionRecord::lastColumn (  )  const

Returns index to the last used column.

See also:
setLastColumn, firstColumn

Definition at line 2294 of file excel.cpp.

void DimensionRecord::setLastColumn ( unsigned  r  ) 

Sets index to the last used column.

See also:
lastColumn, setFirstColumn

Definition at line 2299 of file excel.cpp.

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

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 1095 of file excel.h.

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

Sets the data for this record.

Reimplemented from Swinder::Record.

Definition at line 2304 of file excel.cpp.

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

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 2314 of file excel.cpp.


Member Data Documentation

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


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