|
liblcf
|
Public Member Functions | |
| EventCommandXmlHandler (rpg::EventCommand &ref) | |
| void | StartElement (XmlReader &, const char *name, const char **) |
| void | EndElement (XmlReader &, const char *) |
| void | CharacterData (XmlReader &, const std::string &data) |
Private Types | |
| enum | { None , Code , Indent , String , Parameters } |
Private Attributes | |
| rpg::EventCommand & | ref |
| enum lcf::EventCommandXmlHandler:: { ... } | field |
Definition at line 90 of file ldb_eventcommand.cpp.
|
private |
| Enumerator | |
|---|---|
| None | |
| Code | |
| Indent | |
| String | |
| Parameters | |
Definition at line 93 of file ldb_eventcommand.cpp.
|
inline |
Definition at line 101 of file ldb_eventcommand.cpp.
|
inline |
Definition at line 119 of file ldb_eventcommand.cpp.
References Code, field, Indent, None, Parameters, ref, and String.
|
inline |
Definition at line 116 of file ldb_eventcommand.cpp.
|
inline |
Definition at line 102 of file ldb_eventcommand.cpp.
References Code, lcf::Log::Error(), field, Indent, None, Parameters, String, and lcf::Struct< rpg::Actor >::name.
| enum { ... } lcf::EventCommandXmlHandler::field |
Referenced by EventCommandXmlHandler(), CharacterData(), EndElement(), and StartElement().
|
private |
Definition at line 92 of file ldb_eventcommand.cpp.
Referenced by EventCommandXmlHandler(), and CharacterData().