liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
RectXmlHandler Class Reference
+ 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::Rectref
 
uint32_t * field
 

Detailed Description

Definition at line 51 of file lmt_rect.cpp.

Constructor & Destructor Documentation

RectXmlHandler::RectXmlHandler ( RPG::Rect ref)
inline

Definition at line 56 of file lmt_rect.cpp.

Member Function Documentation

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

Reimplemented from XmlHandler.

Definition at line 74 of file lmt_rect.cpp.

References XmlReader::Read().

+ Here is the call graph for this function:

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

Reimplemented from XmlHandler.

Definition at line 71 of file lmt_rect.cpp.

void RectXmlHandler::StartElement ( XmlReader stream,
const char *  name,
const char **   
)
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:

Member Data Documentation

uint32_t* RectXmlHandler::field
private

Definition at line 54 of file lmt_rect.cpp.

RPG::Rect& RectXmlHandler::ref
private

Definition at line 53 of file lmt_rect.cpp.


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