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

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 = 0x01ae |
Constructor & Destructor Documentation
SupbookRecord::SupbookRecord | ( | ) |
Member Function Documentation
SupbookRecord::ReferenceType SupbookRecord::referenceType | ( | ) | const |
void SupbookRecord::setReferenceType | ( | SupbookRecord::ReferenceType | type | ) |
void SupbookRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
virtual const char* Swinder::SupbookRecord::name | ( | ) | [inline, virtual] |
void SupbookRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int SupbookRecord::id = 0x01ae [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: