YAPOG  0.0.1
Yet Another Pokemon Online Game
PokedexCompositeWidget.cpp
Go to the documentation of this file.
11 
13 
14 #include "Game.hpp"
15 
16 namespace ycl
17 {
18 
20  : menu_ (nullptr)
21  , background_ (nullptr)
22  {
23 
24  }
25 
27  {
28  }
29 
31  {
32  background_ = new yap::WidgetBackground ("WindowSkins/BasicSkin/Pokedex/PokedexShfond1.png", true);
33  //background_ = new yap::WidgetBackground ("WindowSkins/BasicSkin/Pokedex/PokemonBoxDefault.png", true);
35  }
36 
38  {
39  return true;
40  }
41 
43  {
44  return yap::Vector2 (800, 600);
45  }
47  {
48 
49  }
51  {
52 
53  }
55  {
56 
57  }
58  void PokedexCompositeWidget::HandleShow (bool isVisible)
59  {
60 
61  }
62  void PokedexCompositeWidget::HandleChangeColor (const sf::Color& color)
63  {
64 
65  }
67  {
68 
69  }
70 } // namespace ycl