|
|
@ -55,7 +55,7 @@ namespace MWGui
|
|
|
|
MyGUI::Button* mIncreaseButton;
|
|
|
|
MyGUI::Button* mIncreaseButton;
|
|
|
|
MyGUI::Button* mDecreaseButton;
|
|
|
|
MyGUI::Button* mDecreaseButton;
|
|
|
|
MyGUI::TextBox* mTotalBalanceLabel;
|
|
|
|
MyGUI::TextBox* mTotalBalanceLabel;
|
|
|
|
MyGUI::TextBox* mTotalBalance;
|
|
|
|
MyGUI::EditBox* mTotalBalance;
|
|
|
|
|
|
|
|
|
|
|
|
MyGUI::Widget* mBottomPane;
|
|
|
|
MyGUI::Widget* mBottomPane;
|
|
|
|
|
|
|
|
|
|
|
@ -91,6 +91,7 @@ namespace MWGui
|
|
|
|
void onIncreaseButtonPressed(MyGUI::Widget* _sender, int _left, int _top, MyGUI::MouseButton _id);
|
|
|
|
void onIncreaseButtonPressed(MyGUI::Widget* _sender, int _left, int _top, MyGUI::MouseButton _id);
|
|
|
|
void onDecreaseButtonPressed(MyGUI::Widget* _sender, int _left, int _top, MyGUI::MouseButton _id);
|
|
|
|
void onDecreaseButtonPressed(MyGUI::Widget* _sender, int _left, int _top, MyGUI::MouseButton _id);
|
|
|
|
void onBalanceButtonReleased(MyGUI::Widget* _sender, int _left, int _top, MyGUI::MouseButton _id);
|
|
|
|
void onBalanceButtonReleased(MyGUI::Widget* _sender, int _left, int _top, MyGUI::MouseButton _id);
|
|
|
|
|
|
|
|
void onBalanceEdited(MyGUI::EditBox* _sender);
|
|
|
|
|
|
|
|
|
|
|
|
void onIncreaseButtonTriggered();
|
|
|
|
void onIncreaseButtonTriggered();
|
|
|
|
void onDecreaseButtonTriggered();
|
|
|
|
void onDecreaseButtonTriggered();
|
|
|
|