liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MoveCommandXmlHandler Class Reference
+ Inheritance diagram for MoveCommandXmlHandler:
+ Collaboration diagram for MoveCommandXmlHandler:

Public Member Functions

 MoveCommandXmlHandler (RPG::MoveCommand &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::MoveCommandref
 
int * field
 
bool parameter_string
 

Detailed Description

Definition at line 127 of file lmu_movecommand.cpp.

Constructor & Destructor Documentation

MoveCommandXmlHandler::MoveCommandXmlHandler ( RPG::MoveCommand ref)
inline

Definition at line 133 of file lmu_movecommand.cpp.

Member Function Documentation

void MoveCommandXmlHandler::CharacterData ( XmlReader ,
const std::string &  data 
)
inlinevirtual

Reimplemented from XmlHandler.

Definition at line 156 of file lmu_movecommand.cpp.

References Data::data, field, and RPG::MoveCommand::parameter_string.

void MoveCommandXmlHandler::EndElement ( XmlReader ,
const char *   
)
inlinevirtual

Reimplemented from XmlHandler.

Definition at line 152 of file lmu_movecommand.cpp.

void MoveCommandXmlHandler::StartElement ( XmlReader stream,
const char *  name,
const char **   
)
inlinevirtual

Reimplemented from XmlHandler.

Definition at line 135 of file lmu_movecommand.cpp.

References RPG::MoveCommand::command_id, XmlReader::Error(), RPG::MoveCommand::parameter_a, RPG::MoveCommand::parameter_b, and RPG::MoveCommand::parameter_c.

+ Here is the call graph for this function:

Member Data Documentation

int* MoveCommandXmlHandler::field
private

Definition at line 130 of file lmu_movecommand.cpp.

Referenced by CharacterData().

bool MoveCommandXmlHandler::parameter_string
private

Definition at line 131 of file lmu_movecommand.cpp.

RPG::MoveCommand& MoveCommandXmlHandler::ref
private

Definition at line 129 of file lmu_movecommand.cpp.


The documentation for this class was generated from the following file: