filters

Swinder::RowRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::RowRecord:

Swinder::Record Swinder::ColumnSpanInfo List of all members.

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

RowRecord::RowRecord (  ) 

Creates a new Row record.

Definition at line 3773 of file excel.cpp.

RowRecord::~RowRecord (  )  [virtual]

Destroys the record.

Definition at line 3783 of file excel.cpp.


Member Function Documentation

unsigned RowRecord::row (  )  const

Returns the index of the row.

See also:
setRow

Definition at line 3788 of file excel.cpp.

void RowRecord::setRow ( unsigned  r  ) 

Sets the index of the row.

See also:
row

Definition at line 3793 of file excel.cpp.

unsigned RowRecord::xfIndex (  )  const

Returns the XF index for the formatting of the cells.

See also:
setXfIndex

Definition at line 3808 of file excel.cpp.

void RowRecord::setXfIndex ( unsigned  i  ) 

Sets the XF index for the formatting of the cells.

See also:
xfIndex

Definition at line 3813 of file excel.cpp.

unsigned RowRecord::height (  )  const

Returns the height of the row, specified in twips (1/20 pt).

See also:
setHeight

Definition at line 3798 of file excel.cpp.

void RowRecord::setHeight ( unsigned  h  ) 

Sets the height of the row, specified in twips (1/20 pt).

See also:
height

Definition at line 3803 of file excel.cpp.

bool RowRecord::hidden (  )  const

Returns true if the row should be hidden, i.e not visible.

See also:
setHidden

Definition at line 3818 of file excel.cpp.

void RowRecord::setHidden ( bool  h  ) 

Sets whether row should be hidden or visible.

See also:
hidden

Definition at line 3823 of file excel.cpp.

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

Sets the data for this record.

Reimplemented from Swinder::Record.

Definition at line 3828 of file excel.cpp.

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

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 2394 of file excel.h.

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

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 3842 of file excel.cpp.


Member Data Documentation

const unsigned int 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.

Definition at line 2320 of file excel.h.


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