Lines Matching refs:XMap

109 XMap::XMap()  in XMap()  function in XMap
118 XMap::XMap(int l, int h) in XMap() function in XMap
130 XMap::~XMap() in ~XMap()
136 void XMap::ResVisible(int x, int y) in ResVisible()
142 void XMap::SetVisible(int x, int y) in SetVisible()
152 bool XMap::GetVisible(int x, int y) in GetVisible()
161 void XMap::SetPlace(int x, int y, XAnyPlace * place) in SetPlace()
167 XAnyPlace * XMap::GetPlace(int x, int y) in GetPlace()
197 void XMap::ResKnown(int x, int y) in ResKnown()
203 void XMap::SetKnown(int x, int y) in SetKnown()
209 int XMap::GetKnown(int x, int y) in GetKnown()
218 void XMap::SetSpecial(int x, int y, XMapObject * spec) in SetSpecial()
226 XMapObject * XMap::GetSpecial(int x, int y) in GetSpecial()
234 int XMap::GetVisibility(int x, int y) in GetVisibility()
250 char * XMap::GetDescription(int x, int y) in GetDescription()
261 int XMap::GetMovability(int x, int y) in GetMovability()
273 int XMap::XGetMovability(int x, int y) in XGetMovability()
290 void XMap::PutItem(int x, int y, XItem * item) in PutItem()
303 XItemList * XMap::GetItemList(int x, int y) in GetItemList()
314 unsigned int XMap::GetItemCount(int x, int y) in GetItemCount()
325 void XMap::SetMonster(int x, int y, XCreature * monstr) in SetMonster()
333 void XMap::ResMonster(int x, int y) in ResMonster()
341 XCreature * XMap::GetMonster(int x, int y) in GetMonster()
351 void XMap::PutChar(int x, int y, char c, int color) in PutChar()
357 void XMap::Put(XCreature * cr) in Put()
397 void XMap::Center(int x, int y) in Center()
413 void XMap::SetXY(int x, int y, STDMAP stdm) in SetXY()
421 STDMAP XMap::GetXY(int x, int y) in GetXY()
430 void XMap::SetRoom(int x, int y, int room_id) in SetRoom()
437 int XMap::GetRoom(int x, int y) in GetRoom()
445 void XMap::CreateRoom(int x, int y, int l, int h, int px, int py, STDMAP m1, STDMAP m2) in CreateRoom()
451 void XMap::CreateRoom(int x, int y, int l, int h, STDMAP m1, STDMAP m2) in CreateRoom()
467 void XMap::Store(XFile * f) in Store()
477 void XMap::Restore(XFile * f) in Restore()
489 void XMap::Dump(FILE * f) in Dump()
515 void XMap::ForceRecenter(int x, int y) in ForceRecenter()