|
OpenMW
|
#include <quickkeysmenu.hpp>
Public Member Functions | |
| MagicSelectionDialog (QuickKeysMenu *parent) | |
| virtual void | open () |
Private Member Functions | |
| void | onCancelButtonClicked (MyGUI::Widget *sender) |
| void | onMouseWheel (MyGUI::Widget *_sender, int _rel) |
| void | onEnchantedItemSelected (MyGUI::Widget *_sender) |
| void | onSpellSelected (MyGUI::Widget *_sender) |
| int | estimateHeight (int numSpells) const |
| void | addGroup (const std::string &label, const std::string &label2) |
Private Attributes | |
| MyGUI::Button * | mCancelButton |
| MyGUI::ScrollView * | mMagicList |
| int | mWidth |
| int | mHeight |
| QuickKeysMenu * | mParent |
| void MWGui::MagicSelectionDialog::addGroup | ( | const std::string & | label, |
| const std::string & | label2 | ||
| ) | [private] |
| int MWGui::MagicSelectionDialog::estimateHeight | ( | int | numSpells | ) | const [private] |
| void MWGui::MagicSelectionDialog::onCancelButtonClicked | ( | MyGUI::Widget * | sender | ) | [private] |
| void MWGui::MagicSelectionDialog::onEnchantedItemSelected | ( | MyGUI::Widget * | _sender | ) | [private] |
| void MWGui::MagicSelectionDialog::onMouseWheel | ( | MyGUI::Widget * | _sender, |
| int | _rel | ||
| ) | [private] |
| void MWGui::MagicSelectionDialog::onSpellSelected | ( | MyGUI::Widget * | _sender | ) | [private] |
| void MWGui::MagicSelectionDialog::open | ( | ) | [virtual] |
Reimplemented from MWGui::WindowModal.
MyGUI::Button* MWGui::MagicSelectionDialog::mCancelButton [private] |
int MWGui::MagicSelectionDialog::mHeight [private] |
MyGUI::ScrollView* MWGui::MagicSelectionDialog::mMagicList [private] |
int MWGui::MagicSelectionDialog::mWidth [private] |
1.7.6.1