1 #ifndef OPENMW_MWGUI_MERCHANTREPAIR_H
2 #define OPENMW_MWGUI_MERCHANTREPAIR_H
5 #include "../mwworld/ptr.hpp"
void onRepairButtonClick(MyGUI::Widget *sender)
Definition: merchantrepair.cpp:127
void onOkButtonClick(MyGUI::Widget *sender)
Definition: merchantrepair.cpp:153
MyGUI::ScrollView * mList
Definition: merchantrepair.hpp:22
void startRepair(const MWWorld::Ptr &actor)
Definition: merchantrepair.cpp:35
MyGUI::TextBox * mGoldLabel
Definition: merchantrepair.hpp:24
MWWorld::Ptr mActor
Definition: merchantrepair.hpp:26
virtual void open()
Notify that window has been made visible.
Definition: merchantrepair.cpp:115
Definition: windowbase.hpp:16
MyGUI::Button * mOkButton
Definition: merchantrepair.hpp:23
MerchantRepair()
Definition: merchantrepair.cpp:25
Pointer to a LiveCellRef.
Definition: ptr.hpp:19
void onMouseWheel(MyGUI::Widget *_sender, int _rel)
Definition: merchantrepair.cpp:107
virtual void exit()
Gracefully exits the window.
Definition: merchantrepair.cpp:122
Definition: merchantrepair.hpp:10