filters

Swinder::SupbookRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::SupbookRecord:

Swinder::Record List of all members.

Detailed Description

Class SupbookRecord stores references to external workbook.

Definition at line 2578 of file excel.h.


Public Types

enum  ReferenceType {
  UnknownRef, ExternalRef, InternalRef, AddInRef,
  ObjectLink
}

Public Member Functions

unsigned int rtti ()
 SupbookRecord ()
 ~SupbookRecord ()
ReferenceType referenceType () const
void setReferenceType (ReferenceType type)
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

SupbookRecord::SupbookRecord (  ) 

Creates a new Supbook record.

Definition at line 4062 of file excel.cpp.

SupbookRecord::~SupbookRecord (  ) 

Destroy the record.

Definition at line 4068 of file excel.cpp.


Member Function Documentation

SupbookRecord::ReferenceType SupbookRecord::referenceType (  )  const

Returns the type of the reference.

Definition at line 4073 of file excel.cpp.

void SupbookRecord::setReferenceType ( ReferenceType  type  ) 

Sets the type of the reference.

Definition at line 4078 of file excel.cpp.

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

Sets the data for this record.

Reimplemented from Swinder::Record.

Definition at line 4083 of file excel.cpp.

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

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 2619 of file excel.h.

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

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 4117 of file excel.cpp.


Member Data Documentation

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


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