OpenMW
Public Member Functions | Protected Member Functions | Protected Attributes
MWGui::Repair Class Reference

#include <repair.hpp>

List of all members.

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

Constructor & Destructor Documentation


Member Function Documentation

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::updateRepairView ( ) [protected]

Member Data Documentation

MyGUI::Button* MWGui::Repair::mCancelButton [protected]
MyGUI::TextBox* MWGui::Repair::mQualityLabel [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]

The documentation for this class was generated from the following files: