OpenMW
Public Member Functions | Private Member Functions | Private Attributes
MWGui::MagicSelectionDialog Class Reference

#include <quickkeysmenu.hpp>

List of all members.

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
QuickKeysMenumParent

Constructor & Destructor Documentation


Member Function Documentation

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]
Todo:
lots of copy&pasted code from SpellWindow

Reimplemented from MWGui::WindowModal.


Member Data Documentation

MyGUI::ScrollView* MWGui::MagicSelectionDialog::mMagicList [private]

The documentation for this class was generated from the following files: