25         bool exit() { 
return false; }
 
   43         void onAccept(MyGUI::ListBox* _sender, 
size_t index);
 
virtual void onOpen()
Notify that window has been made visible. 
Definition: birth.cpp:69
 
void onSelectBirth(MyGUI::ListBox *_sender, size_t _index)
Definition: birth.cpp:123
 
EventHandle_WindowBase eventDone
Definition: birth.hpp:38
 
BirthDialog()
Definition: birth.cpp:30
 
MyGUI::delegates::CMultiDelegate0 EventHandle_Void
Definition: birth.hpp:28
 
const std::string & getBirthId() const 
Definition: birth.hpp:19
 
void onBackClicked(MyGUI::Widget *_sender)
Definition: birth.cpp:118
 
void onAccept(MyGUI::ListBox *_sender, size_t index)
Definition: birth.cpp:110
 
Gender
Definition: birth.hpp:13
 
std::vector< MyGUI::Widget * > mSpellItems
Definition: birth.hpp:54
 
void setBirthId(const std::string &raceId)
Definition: birth.cpp:84
 
bool exit()
Gracefully exits the window. 
Definition: birth.hpp:25
 
MyGUI::ListBox * mBirthList
Definition: birth.hpp:51
 
void updateSpells()
Definition: birth.cpp:172
 
void onOkClicked(MyGUI::Widget *_sender)
Definition: birth.cpp:103
 
std::string mCurrentBirthId
Definition: birth.hpp:56
 
void setNextButtonShow(bool shown)
Definition: birth.cpp:58
 
EventHandle_Void eventBack
Definition: birth.hpp:33
 
MyGUI::delegates::CMultiDelegate1< WindowBase * > EventHandle_WindowBase
Definition: windowbase.hpp:29
 
void updateBirths()
Definition: birth.cpp:138
 
MyGUI::ImageBox * mBirthImage
Definition: birth.hpp:53
 
Definition: windowbase.hpp:61
 
MyGUI::ScrollView * mSpellArea
Definition: birth.hpp:52