OpenMW
|
#include <repair.hpp>
Public Member Functions | |
Repair () | |
virtual void | open () |
void | startRepairItem (const MWWorld::Ptr &item) |
Protected Member Functions | |
void | updateRepairView () |
void | onRepairItem (MyGUI::Widget *sender) |
void | onCancel (MyGUI::Widget *sender) |
void | onMouseWheel (MyGUI::Widget *_sender, int _rel) |
Protected Attributes | |
MyGUI::Widget * | mRepairBox |
MyGUI::ScrollView * | mRepairView |
MyGUI::Widget * | mToolBox |
MyGUI::ImageBox * | mToolIcon |
MyGUI::TextBox * | mUsesLabel |
MyGUI::TextBox * | mQualityLabel |
MyGUI::Button * | mCancelButton |
MWMechanics::Repair | mRepair |
void MWGui::Repair::onCancel | ( | MyGUI::Widget * | sender | ) | [protected] |
void MWGui::Repair::onMouseWheel | ( | MyGUI::Widget * | _sender, |
int | _rel | ||
) | [protected] |
void MWGui::Repair::onRepairItem | ( | MyGUI::Widget * | sender | ) | [protected] |
void MWGui::Repair::open | ( | ) | [virtual] |
Reimplemented from MWGui::WindowBase.
void MWGui::Repair::startRepairItem | ( | const MWWorld::Ptr & | item | ) |
void MWGui::Repair::updateRepairView | ( | ) | [protected] |
MyGUI::Button* MWGui::Repair::mCancelButton [protected] |
MyGUI::TextBox* MWGui::Repair::mQualityLabel [protected] |
MWMechanics::Repair MWGui::Repair::mRepair [protected] |
MyGUI::Widget* MWGui::Repair::mRepairBox [protected] |
MyGUI::ScrollView* MWGui::Repair::mRepairView [protected] |
MyGUI::Widget* MWGui::Repair::mToolBox [protected] |
MyGUI::ImageBox* MWGui::Repair::mToolIcon [protected] |
MyGUI::TextBox* MWGui::Repair::mUsesLabel [protected] |