8 static const std::string TXT_MASTERY;
9 static const int WIDTH = 110;
10 static const int TAB_WIDTH = 50;
16 RankingTab(
WndTabbed*
wnd,
const std::string& label, Group* page);
18 virtual void select(
bool value);
21 class PerksTab :
public Group{
23 static const int MARGIN = 4;
24 static const int GAP = 4;
26 static const std::string DOT;
36 class MasteryTab :
public Group{
38 static const int MARGIN = 4;
50 MasteryTab* tabMastery;
Definition heroclass.h:10
int height
Definition window.h:17
int width
Definition window.h:16
HeroClass cl
Definition wndclass.h:53
WndClass(HeroClass cl)
Definition wndclass.cpp:105
Definition wndtabbed.h:29
WndTabbed * wnd
Definition wndtabbed.h:13
void select(Tab *tab)
Definition wndtabbed.cpp:126
WndTabbed()
Definition wndtabbed.cpp:165