liblcf
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 55 of file lmt_rect.cpp.

Constructor & Destructor Documentation

◆ RectXmlHandler()

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

Definition at line 60 of file lmt_rect.cpp.

Member Function Documentation

◆ CharacterData()

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

Reimplemented from XmlHandler.

Definition at line 78 of file lmt_rect.cpp.

References Data::data, field, and XmlReader::Read().

+ Here is the call graph for this function:

◆ EndElement()

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

Reimplemented from XmlHandler.

Definition at line 75 of file lmt_rect.cpp.

References field.

◆ StartElement()

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

Reimplemented from XmlHandler.

Definition at line 61 of file lmt_rect.cpp.

References RPG::Rect::b, XmlReader::Error(), field, RPG::Rect::l, RPG::Rect::r, ref, and RPG::Rect::t.

+ Here is the call graph for this function:

Member Data Documentation

◆ field

uint32_t* RectXmlHandler::field
private

Definition at line 58 of file lmt_rect.cpp.

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

◆ ref

RPG::Rect& RectXmlHandler::ref
private

Definition at line 57 of file lmt_rect.cpp.

Referenced by StartElement().


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