|
Pol
Rev 533
|
#include <itemdesc.h>
Inheritance diagram for SpellbookDesc:
Collaboration diagram for SpellbookDesc:Public Member Functions | |
| SpellbookDesc (u32 objtype, ConfigElem &elem, const Package *pkg) | |
| virtual void | PopulateStruct (BStruct *descriptor) const |
Public Attributes | |
| std::string | spelltype |
Private Types | |
| typedef ContainerDesc | base |
Definition at line 156 of file itemdesc.h.
typedef ContainerDesc SpellbookDesc::base [private] |
Reimplemented from ContainerDesc.
Definition at line 158 of file itemdesc.h.
| SpellbookDesc::SpellbookDesc | ( | u32 | objtype, |
| ConfigElem & | elem, | ||
| const Package * | pkg | ||
| ) |
Definition at line 691 of file itemdesc.cpp.
References ItemDesc::SPELLBOOKDESC, and ItemDesc::type.
| void SpellbookDesc::PopulateStruct | ( | BStruct * | descriptor | ) | const [virtual] |
Reimplemented from ContainerDesc.
Definition at line 698 of file itemdesc.cpp.
References BStruct::addMember(), ContainerDesc::PopulateStruct(), and spelltype.
Here is the call graph for this function:| std::string SpellbookDesc::spelltype |
Definition at line 163 of file itemdesc.h.
Referenced by PopulateStruct(), and Spellbook::Spellbook().