OpenMW
|
#include <recharge.hpp>
Public Member Functions | |
Recharge () | |
virtual void | open () |
void | start (const MWWorld::Ptr &gem) |
Protected Member Functions | |
void | updateView () |
void | onItemClicked (MyGUI::Widget *sender) |
void | onCancel (MyGUI::Widget *sender) |
void | onMouseWheel (MyGUI::Widget *_sender, int _rel) |
Protected Attributes | |
MyGUI::Widget * | mBox |
MyGUI::ScrollView * | mView |
MyGUI::Widget * | mGemBox |
MyGUI::ImageBox * | mGemIcon |
MyGUI::TextBox * | mChargeLabel |
MyGUI::Button * | mCancelButton |
void MWGui::Recharge::onCancel | ( | MyGUI::Widget * | sender | ) | [protected] |
void MWGui::Recharge::onItemClicked | ( | MyGUI::Widget * | sender | ) | [protected] |
void MWGui::Recharge::onMouseWheel | ( | MyGUI::Widget * | _sender, |
int | _rel | ||
) | [protected] |
void MWGui::Recharge::open | ( | ) | [virtual] |
Reimplemented from MWGui::WindowBase.
void MWGui::Recharge::start | ( | const MWWorld::Ptr & | gem | ) |
void MWGui::Recharge::updateView | ( | ) | [protected] |
MyGUI::Widget* MWGui::Recharge::mBox [protected] |
MyGUI::Button* MWGui::Recharge::mCancelButton [protected] |
MyGUI::TextBox* MWGui::Recharge::mChargeLabel [protected] |
MyGUI::Widget* MWGui::Recharge::mGemBox [protected] |
MyGUI::ImageBox* MWGui::Recharge::mGemIcon [protected] |
MyGUI::ScrollView* MWGui::Recharge::mView [protected] |