liblcf
Loading...
Searching...
No Matches
lcf::RectXmlHandler Class Reference
+ Inheritance diagram for lcf::RectXmlHandler:
+ Collaboration diagram for lcf::RectXmlHandler:

Public Member Functions

 RectXmlHandler (rpg::Rect &ref)
 
void StartElement (XmlReader &, const char *name, const char **)
 
void EndElement (XmlReader &, const char *)
 
void CharacterData (XmlReader &, const std::string &data)
 

Private Attributes

rpg::Rect & ref
 
uint32_t * field
 

Detailed Description

Definition at line 57 of file lmt_rect.cpp.

Constructor & Destructor Documentation

◆ RectXmlHandler()

lcf::RectXmlHandler::RectXmlHandler ( rpg::Rect & ref)
inline

Definition at line 62 of file lmt_rect.cpp.

References field, and ref.

Member Function Documentation

◆ CharacterData()

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

Definition at line 80 of file lmt_rect.cpp.

References field.

◆ EndElement()

void lcf::RectXmlHandler::EndElement ( XmlReader & ,
const char *  )
inline

Definition at line 77 of file lmt_rect.cpp.

References field.

◆ StartElement()

void lcf::RectXmlHandler::StartElement ( XmlReader & ,
const char * name,
const char **  )
inline

Definition at line 63 of file lmt_rect.cpp.

References lcf::Log::Error(), field, ref, and lcf::Struct< rpg::Actor >::name.

+ Here is the call graph for this function:

Member Data Documentation

◆ field

uint32_t* lcf::RectXmlHandler::field
private

Definition at line 60 of file lmt_rect.cpp.

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

◆ ref

rpg::Rect& lcf::RectXmlHandler::ref
private

Definition at line 59 of file lmt_rect.cpp.

Referenced by RectXmlHandler(), and StartElement().


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