1 #ifndef MWGUI_WIDGETS_H
2 #define MWGUI_WIDGETS_H
4 #include "../mwmechanics/stat.hpp"
9 #include <MyGUI_Button.h>
10 #include <MyGUI_EditBox.h>
11 #include <MyGUI_ScrollBar.h>
193 void createEffectWidgets(std::vector<MyGUI::Widget*> &effects, MyGUI::Widget* creator, MyGUI::IntCoord &coord,
int flags);
235 void createEffectWidgets(std::vector<MyGUI::Widget*> &effects, MyGUI::Widget* creator, MyGUI::IntCoord &coord,
bool center,
int flags);
284 void setTitle(
const std::string& text);
312 void setRepeat(
float trigger,
float step);
316 void repeatClick(MyGUI::Widget* _widget, MyGUI::ControllerItem* _controller);
Definition: effectlist.hpp:17
SkillEnum
Definition: loadskil.hpp:45
EffectList, ENAM subrecord.
Definition: effectlist.hpp:33