filters
Swinder::BackupRecord Class Reference
#include <excel.h>
Inheritance diagram for Swinder::BackupRecord:

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 418 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 = 0x0040 |
Constructor & Destructor Documentation
| BackupRecord::BackupRecord | ( | ) |
Member Function Documentation
| bool BackupRecord::backup | ( | ) | const |
| void BackupRecord::setBackup | ( | bool | r | ) |
| void BackupRecord::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
| virtual const char* Swinder::BackupRecord::name | ( | ) | [inline, virtual] |
| void BackupRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int BackupRecord::id = 0x0040 [static] |
Static ID of the record.
Subclasses should override this value with the id of the record they handle.
Reimplemented from Swinder::Record.
The documentation for this class was generated from the following files:

