|
liblcf
|
#include <rpg_rect.h>
Collaboration diagram for RPG::Rect:Public Member Functions | |
| Rect () | |
Public Attributes | |
| uint32_t | l |
| uint32_t | t |
| uint32_t | r |
| uint32_t | b |
Definition at line 19 of file rpg_rect.h.
| RPG::Rect::Rect | ( | ) |
| uint32_t RPG::Rect::b |
Definition at line 26 of file rpg_rect.h.
Referenced by RawStruct< RPG::Rect >::ReadLcf(), Rect(), RectXmlHandler::StartElement(), RawStruct< RPG::Rect >::WriteLcf(), and RawStruct< RPG::Rect >::WriteXml().
| uint32_t RPG::Rect::l |
Definition at line 23 of file rpg_rect.h.
Referenced by RawStruct< RPG::Rect >::ReadLcf(), Rect(), RectXmlHandler::StartElement(), RawStruct< RPG::Rect >::WriteLcf(), and RawStruct< RPG::Rect >::WriteXml().
| uint32_t RPG::Rect::r |
Definition at line 25 of file rpg_rect.h.
Referenced by RawStruct< RPG::Rect >::ReadLcf(), Rect(), RectXmlHandler::StartElement(), RawStruct< RPG::Rect >::WriteLcf(), and RawStruct< RPG::Rect >::WriteXml().
| uint32_t RPG::Rect::t |
Definition at line 24 of file rpg_rect.h.
Referenced by RawStruct< RPG::Rect >::ReadLcf(), Rect(), RectXmlHandler::StartElement(), RawStruct< RPG::Rect >::WriteLcf(), and RawStruct< RPG::Rect >::WriteXml().