24 #ifndef GUI_WIDGETS_SELLDIALOG_H
25 #define GUI_WIDGETS_SELLDIALOG_H
SellDialog(const IsSell isSell, const Advanced advanced)
virtual void initButtons()
virtual void sellAction(const ActionEvent &event)=0
void addItem(const Item *const item, const int price)
void updateButtonsAndLabels()
void setVisible(Visible visible)
void valueChanged(const SelectionEvent &event)
void setMoney(const int amount)
void action(const ActionEvent &event)
std::list< SellDialog * > DialogList
static DialogList instances
ShopListBox * mShopItemList
#define A_DELETE_COPY(func)