|
OpenMW
|
#include <spellcreationdialog.hpp>
Public Member Functions | |
| SpellCreationDialog () | |
| virtual void | open () |
| void | startSpellMaking (MWWorld::Ptr actor) |
Protected Member Functions | |
| virtual void | onReferenceUnavailable () |
| called when reference has become unavailable | |
| void | onCancelButtonClicked (MyGUI::Widget *sender) |
| void | onBuyButtonClicked (MyGUI::Widget *sender) |
| virtual void | notifyEffectsChanged () |
Protected Attributes | |
| MyGUI::EditBox * | mNameEdit |
| MyGUI::TextBox * | mMagickaCost |
| MyGUI::TextBox * | mSuccessChance |
| MyGUI::Button * | mBuyButton |
| MyGUI::Button * | mCancelButton |
| MyGUI::TextBox * | mPriceLabel |
| Widgets::MWEffectList * | mUsedEffectsList |
| ESM::Spell | mSpell |
| void MWGui::SpellCreationDialog::notifyEffectsChanged | ( | ) | [protected, virtual] |
Reimplemented from MWGui::EffectEditorBase.
| void MWGui::SpellCreationDialog::onBuyButtonClicked | ( | MyGUI::Widget * | sender | ) | [protected] |
| void MWGui::SpellCreationDialog::onCancelButtonClicked | ( | MyGUI::Widget * | sender | ) | [protected] |
| void MWGui::SpellCreationDialog::onReferenceUnavailable | ( | ) | [protected, virtual] |
called when reference has become unavailable
Implements MWGui::ReferenceInterface.
| void MWGui::SpellCreationDialog::open | ( | ) | [virtual] |
Reimplemented from MWGui::WindowBase.
| void MWGui::SpellCreationDialog::startSpellMaking | ( | MWWorld::Ptr | actor | ) |
MyGUI::Button* MWGui::SpellCreationDialog::mBuyButton [protected] |
MyGUI::Button* MWGui::SpellCreationDialog::mCancelButton [protected] |
MyGUI::TextBox* MWGui::SpellCreationDialog::mMagickaCost [protected] |
MyGUI::EditBox* MWGui::SpellCreationDialog::mNameEdit [protected] |
MyGUI::TextBox* MWGui::SpellCreationDialog::mPriceLabel [protected] |
ESM::Spell MWGui::SpellCreationDialog::mSpell [protected] |
MyGUI::TextBox* MWGui::SpellCreationDialog::mSuccessChance [protected] |
1.7.6.1