|
liblcf
|
Inheritance diagram for EquipmentXmlHandler:
Collaboration diagram for EquipmentXmlHandler:Public Member Functions | |
| EquipmentXmlHandler (RPG::Equipment &ref) | |
| void | StartElement (XmlReader &stream, const char *name, const char **) |
| void | EndElement (XmlReader &, const char *) |
| void | CharacterData (XmlReader &, const std::string &data) |
Private Attributes | |
| RPG::Equipment & | ref |
| int16_t * | field |
Definition at line 53 of file ldb_equipment.cpp.
|
inline |
Definition at line 58 of file ldb_equipment.cpp.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 78 of file ldb_equipment.cpp.
References XmlReader::Read().
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 75 of file ldb_equipment.cpp.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 59 of file ldb_equipment.cpp.
References RPG::Equipment::accessory_id, RPG::Equipment::armor_id, XmlReader::Error(), RPG::Equipment::helmet_id, RPG::Equipment::shield_id, and RPG::Equipment::weapon_id.
Here is the call graph for this function:
|
private |
Definition at line 56 of file ldb_equipment.cpp.
|
private |
Definition at line 55 of file ldb_equipment.cpp.