|
Pol
Rev 533
|
#include <customhouses.h>
Collaboration diagram for CustomHouseElements:Public Member Functions | |
| CustomHouseElements () | |
| CustomHouseElements (u32 _height, u32 _width, s32 xoffset, s32 yoffset) | |
| ~CustomHouseElements () | |
| void | AddElement (CUSTOM_HOUSE_ELEMENT &elem) |
| HouseFloorZColumn * | GetElementsAt (s32 xoffset, s32 yoffset) |
| void | SetHeight (u32 _height) |
| void | SetWidth (u32 _width) |
Public Attributes | |
| HouseFloor | data |
| u32 | height |
| u32 | width |
| s32 | xoff |
| s32 | yoff |
Definition at line 53 of file customhouses.h.
| CustomHouseElements::CustomHouseElements | ( | ) | [inline] |
Definition at line 56 of file customhouses.h.
| CustomHouseElements::CustomHouseElements | ( | u32 | _height, |
| u32 | _width, | ||
| s32 | xoffset, | ||
| s32 | yoffset | ||
| ) | [inline] |
Definition at line 57 of file customhouses.h.
References SetHeight(), and SetWidth().
Here is the call graph for this function:| CustomHouseElements::~CustomHouseElements | ( | ) | [inline] |
Definition at line 66 of file customhouses.h.
| void CustomHouseElements::AddElement | ( | CUSTOM_HOUSE_ELEMENT & | elem | ) |
Definition at line 183 of file customhousehelp.cpp.
References data, x, xoff, CUSTOM_HOUSE_ELEMENT::xoffset, yoff, and CUSTOM_HOUSE_ELEMENT::yoffset.
Referenced by CustomHouseDesign::Add().
Here is the caller graph for this function:| HouseFloorZColumn * CustomHouseElements::GetElementsAt | ( | s32 | xoffset, |
| s32 | yoffset | ||
| ) |
Definition at line 177 of file customhousehelp.cpp.
References data, x, xoff, and yoff.
Referenced by UHouse::readobjects(), and UHouse::readshapes().
Here is the caller graph for this function:| void CustomHouseElements::SetHeight | ( | u32 | _height | ) | [inline] |
Definition at line 68 of file customhouses.h.
References data, height, and width.
Referenced by CustomHouseElements(), and CustomHouseDesign::InitDesign().
Here is the caller graph for this function:| void CustomHouseElements::SetWidth | ( | u32 | _width | ) | [inline] |
Definition at line 74 of file customhouses.h.
Referenced by CustomHouseElements(), and CustomHouseDesign::InitDesign().
Here is the caller graph for this function:Definition at line 84 of file customhouses.h.
Referenced by AddElement(), CustomHouseDesign::AddOrReplace(), CustomHouseDesign::Clear(), CustomHouseDesign::Compress(), CustomHouseDesign::DeleteStairs(), CustomHouseDesign::Erase(), CustomHouseDesign::EraseGraphicAt(), CustomHouseDesign::FillComponents(), GetElementsAt(), CustomHouseDesign::list_parts(), CustomHouseDesign::printProperties(), CustomHouseDesign::ReplaceDirtFloor(), SetHeight(), SetWidth(), and CustomHouseDesign::testprint().
Definition at line 85 of file customhouses.h.
Referenced by SetHeight().
Definition at line 85 of file customhouses.h.
Referenced by SetHeight(), and SetWidth().
Definition at line 86 of file customhouses.h.
Referenced by AddElement(), GetElementsAt(), and CustomHouseDesign::InitDesign().
Definition at line 86 of file customhouses.h.
Referenced by AddElement(), GetElementsAt(), and CustomHouseDesign::InitDesign().