Home
last modified time | relevance | path

Searched refs:_sell_list_display (Results 1 – 4 of 4) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/shop/
H A Dshop_leave.cpp63 _sell_list_display(NULL) in LeaveInterface()
97 _sell_list_display = new SellListDisplay(); in LeaveInterface()
120 if (_sell_list_display != NULL) in ~LeaveInterface()
121 delete _sell_list_display; in ~LeaveInterface()
124 _sell_list_display = NULL; in ~LeaveInterface()
162 _sell_list_display->PopulateList(sell_vector); in MakeActive()
216 _sell_list_display->Update(); in Update()
281 _sell_list_display->InputUp(); in Update()
284 _sell_list_display->InputDown(); in Update()
352 _sell_list_display->Draw(); in Draw()
[all …]
H A Dshop_confirm.cpp62 _sell_list_display(NULL) in ConfirmInterface()
96 _sell_list_display = new SellListDisplay(); in ConfirmInterface()
136 if (_sell_list_display != NULL) in ~ConfirmInterface()
137 delete _sell_list_display; in ~ConfirmInterface()
140 _sell_list_display = NULL; in ~ConfirmInterface()
240 _sell_list_display->Clear(); in TransactionNotification()
253 _sell_list_display->Update(); in Update()
419 _sell_list_display->Draw(); in Draw()
583 _sell_list_display->InputUp(); in _UpdateSellList()
586 _sell_list_display->InputDown(); in _UpdateSellList()
[all …]
H A Dshop_leave.h152 SellListDisplay* _sell_list_display; variable
H A Dshop_confirm.h162 SellListDisplay* _sell_list_display; variable