41 void onAccept(MyGUI::ListBox* _sender,
size_t index);
virtual void open()
Notify that window has been made visible.
Definition: birth.cpp:66
void onSelectBirth(MyGUI::ListBox *_sender, size_t _index)
Definition: birth.cpp:113
MyGUI::Widget * mSpellArea
Definition: birth.hpp:50
EventHandle_WindowBase eventDone
Definition: birth.hpp:36
BirthDialog()
Definition: birth.cpp:27
MyGUI::delegates::CMultiDelegate0 EventHandle_Void
Definition: birth.hpp:26
const std::string & getBirthId() const
Definition: birth.hpp:19
void onBackClicked(MyGUI::Widget *_sender)
Definition: birth.cpp:108
void onAccept(MyGUI::ListBox *_sender, size_t index)
Definition: birth.cpp:100
Gender
Definition: birth.hpp:13
std::vector< MyGUI::Widget * > mSpellItems
Definition: birth.hpp:52
void setBirthId(const std::string &raceId)
Definition: birth.cpp:74
MyGUI::ListBox * mBirthList
Definition: birth.hpp:49
void updateSpells()
Definition: birth.cpp:162
void onOkClicked(MyGUI::Widget *_sender)
Definition: birth.cpp:93
std::string mCurrentBirthId
Definition: birth.hpp:54
void setNextButtonShow(bool shown)
Definition: birth.cpp:55
EventHandle_Void eventBack
Definition: birth.hpp:31
MyGUI::delegates::CMultiDelegate1< WindowBase * > EventHandle_WindowBase
Definition: windowbase.hpp:22
void updateBirths()
Definition: birth.cpp:128
MyGUI::ImageBox * mBirthImage
Definition: birth.hpp:51
Definition: windowbase.hpp:41