#include <alchemywindow.hpp>
|
| void | onCancelButtonClicked (MyGUI::Widget *_sender) |
| |
| void | onCreateButtonClicked (MyGUI::Widget *_sender) |
| |
| void | onIngredientSelected (MyGUI::Widget *_sender) |
| |
| void | onAccept (MyGUI::EditBox *) |
| |
| 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 | onCountButtonReleased (MyGUI::Widget *_sender, int _left, int _top, MyGUI::MouseButton _id) |
| |
| void | onCountValueChanged (int value) |
| |
| void | onRepeatClick (MyGUI::Widget *widget, MyGUI::ControllerItem *controller) |
| |
| void | addRepeatController (MyGUI::Widget *widget) |
| |
| void | onIncreaseButtonTriggered () |
| |
| void | onDecreaseButtonTriggered () |
| |
| void | onSelectedItem (int index) |
| |
| void | removeIngredient (MyGUI::Widget *ingredient) |
| |
| void | createPotions (int count) |
| |
| void | update () |
| |
| MWGui::AlchemyWindow::AlchemyWindow |
( |
| ) |
|
| void MWGui::AlchemyWindow::addRepeatController |
( |
MyGUI::Widget * |
widget | ) |
|
|
private |
| void MWGui::AlchemyWindow::createPotions |
( |
int |
count | ) |
|
|
private |
| void MWGui::AlchemyWindow::onAccept |
( |
MyGUI::EditBox * |
sender | ) |
|
|
private |
| void MWGui::AlchemyWindow::onCancelButtonClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
private |
| void MWGui::AlchemyWindow::onCountButtonReleased |
( |
MyGUI::Widget * |
_sender, |
|
|
int |
_left, |
|
|
int |
_top, |
|
|
MyGUI::MouseButton |
_id |
|
) |
| |
|
private |
| void MWGui::AlchemyWindow::onCountValueChanged |
( |
int |
value | ) |
|
|
private |
| void MWGui::AlchemyWindow::onCreateButtonClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
private |
| void MWGui::AlchemyWindow::onDecreaseButtonPressed |
( |
MyGUI::Widget * |
_sender, |
|
|
int |
_left, |
|
|
int |
_top, |
|
|
MyGUI::MouseButton |
_id |
|
) |
| |
|
private |
| void MWGui::AlchemyWindow::onDecreaseButtonTriggered |
( |
| ) |
|
|
private |
| void MWGui::AlchemyWindow::onIncreaseButtonPressed |
( |
MyGUI::Widget * |
_sender, |
|
|
int |
_left, |
|
|
int |
_top, |
|
|
MyGUI::MouseButton |
_id |
|
) |
| |
|
private |
| void MWGui::AlchemyWindow::onIncreaseButtonTriggered |
( |
| ) |
|
|
private |
| void MWGui::AlchemyWindow::onIngredientSelected |
( |
MyGUI::Widget * |
_sender | ) |
|
|
private |
| void MWGui::AlchemyWindow::onOpen |
( |
| ) |
|
|
virtual |
| void MWGui::AlchemyWindow::onRepeatClick |
( |
MyGUI::Widget * |
widget, |
|
|
MyGUI::ControllerItem * |
controller |
|
) |
| |
|
private |
| void MWGui::AlchemyWindow::onResChange |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
inlinevirtual |
| void MWGui::AlchemyWindow::onSelectedItem |
( |
int |
index | ) |
|
|
private |
| void MWGui::AlchemyWindow::removeIngredient |
( |
MyGUI::Widget * |
ingredient | ) |
|
|
private |
| void MWGui::AlchemyWindow::update |
( |
| ) |
|
|
private |
| std::vector<ItemWidget*> MWGui::AlchemyWindow::mApparatus |
|
private |
| MyGUI::Button* MWGui::AlchemyWindow::mCancelButton |
|
private |
| MyGUI::Button* MWGui::AlchemyWindow::mCreateButton |
|
private |
| MyGUI::Button* MWGui::AlchemyWindow::mDecreaseButton |
|
private |
| MyGUI::Widget* MWGui::AlchemyWindow::mEffectsBox |
|
private |
| MyGUI::Button* MWGui::AlchemyWindow::mIncreaseButton |
|
private |
| std::vector<ItemWidget*> MWGui::AlchemyWindow::mIngredients |
|
private |
| ItemView* MWGui::AlchemyWindow::mItemView |
|
private |
| MyGUI::EditBox* MWGui::AlchemyWindow::mNameEdit |
|
private |
| std::string MWGui::AlchemyWindow::mSuggestedPotionName |
|
private |
| const float MWGui::AlchemyWindow::sCountChangeInitialPause = 0.5f |
|
staticprivate |
| const float MWGui::AlchemyWindow::sCountChangeInterval = 0.1f |
|
staticprivate |
The documentation for this class was generated from the following files: