23 , boxInfoContent_ (new yap::PictureBox ())
25 , validatedPokemon_ (nullptr)
26 , firstHLayout_ (nullptr)
27 , firstVLayout_ (nullptr)
28 , pokedexInfo_ (nullptr)
30 , pokCaught_ (nullptr)
64 new yap::Sprite (
"WindowSkins/BasicSkin/Pokedex/Title.png"));
71 new yap::Sprite (
"WindowSkins/BasicSkin/Pokedex/PokemonBoxDefault.png"));
89 if (current ==
nullptr)
97 "WindowSkins/BasicSkin/Pokedex/PokemonBoxDefault.png"));
131 secondHLayout->
AddChild (*secondVLayout, yap::LayoutBox::Align::TOP);
135 firstVLayout_->
AddChild (*secondHLayout, yap::LayoutBox::Align::RIGHT);
145 if (
menu_ !=
nullptr)
157 if (current ==
nullptr)
164 new yap::Sprite (
"WindowSkins/BasicSkin/Pokedex/PokemonBoxDefault.png"));
227 if (guiEvent.type == sf::Event::KeyPressed)
229 if (guiEvent.key.code == sf::Keyboard::Escape)