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:118
void onOkButtonClick(MyGUI::Widget *sender)
Definition: merchantrepair.cpp:143
MyGUI::ScrollView * mList
Definition: merchantrepair.hpp:20
MyGUI::TextBox * mGoldLabel
Definition: merchantrepair.hpp:22
MWWorld::Ptr mActor
Definition: merchantrepair.hpp:24
Definition: windowbase.hpp:21
MyGUI::Button * mOkButton
Definition: merchantrepair.hpp:21
MerchantRepair()
Definition: merchantrepair.cpp:23
void setPtr(const MWWorld::Ptr &actor)
Open this object in the GUI, for windows that support it.
Definition: merchantrepair.cpp:33
Pointer to a LiveCellRef.
Definition: ptr.hpp:19
virtual void onOpen()
Notify that window has been made visible.
Definition: merchantrepair.cpp:111
void onMouseWheel(MyGUI::Widget *_sender, int _rel)
Definition: merchantrepair.cpp:103
Definition: merchantrepair.hpp:10