OpenMW
Public Member Functions | Protected Member Functions | Protected Attributes
MWGui::SpellWindow Class Reference

#include <spellwindow.hpp>

List of all members.

Public Member Functions

 SpellWindow ()
virtual ~SpellWindow ()
void updateSpells ()

Protected Member Functions

void addGroup (const std::string &label, const std::string &label2)
int estimateHeight (int numSpells) const
void onWindowResize (MyGUI::Window *_sender)
void onEnchantedItemSelected (MyGUI::Widget *_sender)
void onSpellSelected (MyGUI::Widget *_sender)
void onMouseWheel (MyGUI::Widget *_sender, int _rel)
void onDeleteSpellAccept ()
virtual void onPinToggled ()
virtual void open ()

Protected Attributes

MyGUI::ScrollView * mSpellView
MyGUI::Widget * mEffectBox
int mHeight
int mWidth
std::string mSpellToDelete
SpellIconsmSpellIcons

Constructor & Destructor Documentation


Member Function Documentation

void MWGui::SpellWindow::addGroup ( const std::string &  label,
const std::string &  label2 
) [protected]
int MWGui::SpellWindow::estimateHeight ( int  numSpells) const [protected]
void MWGui::SpellWindow::onEnchantedItemSelected ( MyGUI::Widget *  _sender) [protected]
void MWGui::SpellWindow::onMouseWheel ( MyGUI::Widget *  _sender,
int  _rel 
) [protected]
void MWGui::SpellWindow::onPinToggled ( ) [protected, virtual]
void MWGui::SpellWindow::onSpellSelected ( MyGUI::Widget *  _sender) [protected]
void MWGui::SpellWindow::onWindowResize ( MyGUI::Window *  _sender) [protected]
void MWGui::SpellWindow::open ( ) [protected, virtual]

Reimplemented from MWGui::WindowBase.


Member Data Documentation

MyGUI::Widget* MWGui::SpellWindow::mEffectBox [protected]
int MWGui::SpellWindow::mHeight [protected]
std::string MWGui::SpellWindow::mSpellToDelete [protected]
MyGUI::ScrollView* MWGui::SpellWindow::mSpellView [protected]
int MWGui::SpellWindow::mWidth [protected]

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