YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
BattleMoveInfoMenu.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_CLIENT_BATTLEMOVEINFOMENU_HPP
2
# define YAPOG_CLIENT_BATTLEMOVEINFOMENU_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Graphics/Gui/PictureBox.hpp
"
6
# include "
YAPOG/Graphics/Gui/Label.hpp
"
7
# include "
YAPOG/Game/Pokemon/TypeInfo.hpp
"
8
# include "
YAPOG/Game/Pokemon/PokemonMove.hpp
"
9
10
# include "
Battle/BaseBattleWidget.hpp
"
11
12
namespace
ycl
13
{
14
class
BattleMoveInfoMenu
:
public
BaseBattleWidget
15
{
16
DISALLOW_COPY
(
BattleMoveInfoMenu
);
17
18
public
:
19
BattleMoveInfoMenu
();
20
virtual
~BattleMoveInfoMenu
();
21
24
void
SetPPLabel
(
const
yap::String
& value);
25
void
SetPP
(
const
yap::PokemonMove
& skill);
26
void
SetType
(
const
yap::TypeInfo
& type);
28
29
void
HideType
();
30
31
private
:
32
yap::Label
pp_
;
33
yap::PictureBox
type_
;
34
};
35
}
// namespace ycl
36
37
#endif // YAPOG_CLIENT_BATTLEMOVEINFOMENU_HPP
YAPOG.Client
include
Battle
BattleMoveInfoMenu.hpp
Generated on Mon Sep 17 2012 22:24:21 for YAPOG by
1.8.1.1