liblcf
RawStruct< RPG::Rect > Struct Reference
+ Collaboration diagram for RawStruct< RPG::Rect >:

Static Public Member Functions

static void ReadLcf (RPG::Rect &ref, LcfReader &stream, uint32_t length)
 
static void WriteLcf (const RPG::Rect &ref, LcfWriter &stream)
 
static int LcfSize (const RPG::Rect &ref, LcfWriter &stream)
 
static void WriteXml (const RPG::Rect &ref, XmlWriter &stream)
 
static void BeginXml (RPG::Rect &ref, XmlReader &stream)
 

Detailed Description

Definition at line 15 of file lmt_rect.cpp.

Member Function Documentation

◆ BeginXml()

void RawStruct< RPG::Rect >::BeginXml ( RPG::Rect ref,
XmlReader stream 
)
static

Definition at line 84 of file lmt_rect.cpp.

References XmlReader::SetHandler().

+ Here is the call graph for this function:

◆ LcfSize()

int RawStruct< RPG::Rect >::LcfSize ( const RPG::Rect ref,
LcfWriter stream 
)
static

Definition at line 42 of file lmt_rect.cpp.

◆ ReadLcf()

void RawStruct< RPG::Rect >::ReadLcf ( RPG::Rect ref,
LcfReader stream,
uint32_t  length 
)
static

Reads MapInfo Rect.

Definition at line 26 of file lmt_rect.cpp.

References RPG::Rect::b, RPG::Rect::l, RPG::Rect::r, LcfReader::Read(), and RPG::Rect::t.

+ Here is the call graph for this function:

◆ WriteLcf()

void RawStruct< RPG::Rect >::WriteLcf ( const RPG::Rect ref,
LcfWriter stream 
)
static

Definition at line 35 of file lmt_rect.cpp.

References RPG::Rect::b, RPG::Rect::l, RPG::Rect::r, RPG::Rect::t, and LcfWriter::Write().

+ Here is the call graph for this function:

◆ WriteXml()

void RawStruct< RPG::Rect >::WriteXml ( const RPG::Rect ref,
XmlWriter stream 
)
static

Definition at line 46 of file lmt_rect.cpp.

References RPG::Rect::b, XmlWriter::BeginElement(), XmlWriter::EndElement(), RPG::Rect::l, RPG::Rect::r, RPG::Rect::t, and XmlWriter::WriteNode().

+ Here is the call graph for this function:

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