filters

Swinder::CalcModeRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::CalcModeRecord:

Swinder::Record List of all members.

Detailed Description

Automatic recalculation mode.

Class CalcModeRecord represents CalcMode record, which specifies whether to (re)calculate formulas manually or automatically.

Definition at line 786 of file excel.h.


Public Member Functions

unsigned int rtti ()
 CalcModeRecord ()
 ~CalcModeRecord ()
bool autoCalc () const
void setAutoCalc (bool r)
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::CalcModeRecord::CalcModeRecord (  ) 

Creates a new CalcMode record.

Swinder::CalcModeRecord::~CalcModeRecord (  ) 

Destroy the record.


Member Function Documentation

bool Swinder::CalcModeRecord::autoCalc (  )  const

Returns true if formulas calculation is performed automatically.

See also:
setAutoCalc

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

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

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

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 822 of file excel.h.

void Swinder::CalcModeRecord::setAutoCalc ( bool  r  ) 

If r is true, formulas calculation will be performed automatically.

See also:
autoCalc

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

Sets the data for this record.

Reimplemented from Swinder::Record.


Member Data Documentation

const unsigned int Swinder::CalcModeRecord::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 790 of file excel.h.


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