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 | |
UnknownRef | |
ExternalRef | |
InternalRef | |
AddInRef | |
ObjectLink | |
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
Swinder::SupbookRecord::SupbookRecord | ( | ) |
Creates a new Supbook record.
Swinder::SupbookRecord::~SupbookRecord | ( | ) |
Destroy the record.
Member Function Documentation
virtual void Swinder::SupbookRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
virtual const char* Swinder::SupbookRecord::name | ( | ) | [inline, virtual] |
ReferenceType Swinder::SupbookRecord::referenceType | ( | ) | const |
Returns the type of the reference.
virtual void Swinder::SupbookRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
void Swinder::SupbookRecord::setReferenceType | ( | ReferenceType | type | ) |
Sets the type of the reference.
Member Data Documentation
const unsigned int Swinder::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.
The documentation for this class was generated from the following file: