kspread
KSpread::WorkbookDamage Class Reference
#include <Damages.h>
Inheritance diagram for KSpread::WorkbookDamage:

Public Types | |
| enum | Change { None = 0x00, Formula = 0x01, Value = 0x02 } |
Public Member Functions | |
| WorkbookDamage (KSpread::Map *map, Changes changes) | |
| virtual | ~WorkbookDamage () |
| Changes | changes () const |
| KSpread::Map * | map () const |
| virtual Type | type () const |
Detailed Description
Definition at line 127 of file Damages.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
| WorkbookDamage::WorkbookDamage | ( | KSpread::Map * | map, | |
| Changes | changes | |||
| ) |
Definition at line 121 of file Damages.cpp.
| WorkbookDamage::~WorkbookDamage | ( | ) | [virtual] |
Definition at line 128 of file Damages.cpp.
Member Function Documentation
| WorkbookDamage::Changes WorkbookDamage::changes | ( | ) | const |
Definition at line 138 of file Damages.cpp.
| Map * WorkbookDamage::map | ( | ) | const |
Definition at line 133 of file Damages.cpp.
| virtual Type KSpread::WorkbookDamage::type | ( | ) | const [inline, virtual] |
Reimplemented from KSpread::Damage.
The documentation for this class was generated from the following files:
