YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
BaseBattleWidget.cpp
Go to the documentation of this file.
1
#include "
Battle/BaseBattleWidget.hpp
"
2
3
namespace
ycl
4
{
5
BaseBattleWidget::BaseBattleWidget
()
6
{
7
}
8
9
bool
BaseBattleWidget::IsFocusable
()
const
10
{
11
return
false
;
12
}
13
14
void
BaseBattleWidget::HandleMove
(
const
yap::Vector2
& offset)
15
{
16
}
17
18
void
BaseBattleWidget::HandleScale
(
const
yap::Vector2
& factor)
19
{
20
}
21
22
void
BaseBattleWidget::HandleDraw
(
yap::IDrawingContext
& context)
23
{
24
}
25
26
void
BaseBattleWidget::HandleShow
(
bool
isVisible)
27
{
28
}
29
30
void
BaseBattleWidget::HandleChangeColor
(
const
sf::Color& color)
31
{
32
}
33
34
void
BaseBattleWidget::HandleUpdate
(
const
yap::Time
& dt)
35
{
36
}
37
}
YAPOG.Client
src
Battle
BaseBattleWidget.cpp
Generated on Mon Sep 17 2012 22:24:21 for YAPOG by
1.8.1.1