|
liblcf
|
Inheritance diagram for RectXmlHandler:
Collaboration diagram for RectXmlHandler:Public Member Functions | |
| RectXmlHandler (RPG::Rect &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::Rect & | ref |
| uint32_t * | field |
Definition at line 55 of file lmt_rect.cpp.
|
inline |
Definition at line 60 of file lmt_rect.cpp.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 78 of file lmt_rect.cpp.
References Data::data, field, and XmlReader::Read().
Here is the call graph for this function:
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 61 of file lmt_rect.cpp.
References RPG::Rect::b, XmlReader::Error(), field, RPG::Rect::l, RPG::Rect::r, ref, and RPG::Rect::t.
Here is the call graph for this function:
|
private |
Definition at line 58 of file lmt_rect.cpp.
Referenced by CharacterData(), EndElement(), and StartElement().
|
private |
Definition at line 57 of file lmt_rect.cpp.
Referenced by StartElement().