filters

Swinder::StringRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::StringRecord:

Swinder::Record List of all members.

Detailed Description

Class String represents a string record, which holds the value of calculation if a formula returns a string.

This record must appear right after the associated formula record.

See also:
FormulaRecord

Definition at line 2486 of file excel.h.


Public Member Functions

unsigned int rtti ()
 StringRecord ()
virtual ~StringRecord ()
virtual void setData (unsigned size, const unsigned char *data)
UString ustring () const
Value value () const
virtual const char * name ()
virtual void dump (std::ostream &out) const

Static Public Attributes

static const unsigned int id

Constructor & Destructor Documentation

Swinder::StringRecord::StringRecord  ) 
 

Creates a new string record.

virtual Swinder::StringRecord::~StringRecord  )  [virtual]
 

Destroys the record.


Member Function Documentation

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

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

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

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 2516 of file excel.h.

virtual void Swinder::StringRecord::setData unsigned  size,
const unsigned char *  data
[virtual]
 

Sets the data for this record.

Reimplemented from Swinder::Record.

UString Swinder::StringRecord::ustring  )  const
 

Returns the string (in Unicode).

Value Swinder::StringRecord::value  )  const
 

Returns the string as a value.


Member Data Documentation

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


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