filters

Swinder::BackupRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::BackupRecord:

Swinder::Record List of all members.

Detailed Description

Backup upon save.

Class BackupRecord represents Backup record, which determines whether Microsoft Excel makes a backup of the file while saving.

Definition at line 411 of file excel.h.


Public Member Functions

 BackupRecord ()
 ~BackupRecord ()
unsigned int rtti ()
bool backup () const
void setBackup (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::BackupRecord::BackupRecord  ) 
 

Creates a new Backup record.

Swinder::BackupRecord::~BackupRecord  ) 
 

Destroy the record.


Member Function Documentation

bool Swinder::BackupRecord::backup  )  const
 

Returns true if a backup is made when saving the file.

See also:
setBackup

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

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

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

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 446 of file excel.h.

void Swinder::BackupRecord::setBackup bool  r  ) 
 

If r is true, a backup will be made when saving the file.

See also:
backup

virtual void Swinder::BackupRecord::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::BackupRecord::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 415 of file excel.h.


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