|
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 68 of file ldb_equipment.cpp.
|
inline |
Definition at line 73 of file ldb_equipment.cpp.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 93 of file ldb_equipment.cpp.
References Data::data, field, and XmlReader::Read().
Here is the call graph for this function:
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 74 of file ldb_equipment.cpp.
References RPG::Equipment::accessory_id, RPG::Equipment::armor_id, XmlReader::Error(), field, RPG::Equipment::helmet_id, ref, RPG::Equipment::shield_id, and RPG::Equipment::weapon_id.
Here is the call graph for this function:
|
private |
Definition at line 71 of file ldb_equipment.cpp.
Referenced by CharacterData(), EndElement(), and StartElement().
|
private |
Definition at line 70 of file ldb_equipment.cpp.
Referenced by StartElement().