liblcf
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
 
int32_t * field
 
bool parameter_string
 

Detailed Description

Definition at line 131 of file lmu_movecommand.cpp.

Constructor & Destructor Documentation

◆ MoveCommandXmlHandler()

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

Definition at line 137 of file lmu_movecommand.cpp.

Member Function Documentation

◆ CharacterData()

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

Reimplemented from XmlHandler.

Definition at line 160 of file lmu_movecommand.cpp.

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

◆ EndElement()

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

Reimplemented from XmlHandler.

Definition at line 156 of file lmu_movecommand.cpp.

References field, and parameter_string.

◆ StartElement()

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

Reimplemented from XmlHandler.

Definition at line 139 of file lmu_movecommand.cpp.

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

+ Here is the call graph for this function:

Member Data Documentation

◆ field

int32_t* MoveCommandXmlHandler::field
private

Definition at line 134 of file lmu_movecommand.cpp.

Referenced by CharacterData(), EndElement(), and StartElement().

◆ parameter_string

bool MoveCommandXmlHandler::parameter_string
private

Definition at line 135 of file lmu_movecommand.cpp.

Referenced by CharacterData(), EndElement(), and StartElement().

◆ ref

RPG::MoveCommand& MoveCommandXmlHandler::ref
private

Definition at line 133 of file lmu_movecommand.cpp.

Referenced by CharacterData(), and StartElement().


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