|
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 51 of file lmt_rect.cpp.
|
inline |
Definition at line 56 of file lmt_rect.cpp.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 74 of file lmt_rect.cpp.
References XmlReader::Read().
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 71 of file lmt_rect.cpp.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 57 of file lmt_rect.cpp.
References RPG::Rect::b, XmlReader::Error(), RPG::Rect::l, RPG::Rect::r, and RPG::Rect::t.
Here is the call graph for this function:
|
private |
Definition at line 54 of file lmt_rect.cpp.
|
private |
Definition at line 53 of file lmt_rect.cpp.