![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <BeginBattlePhase.hpp>
Public Member Functions | |
| virtual | ~BeginBattlePhase () |
BattlePhase members. | |
| virtual void | HandleStart (yap::PhaseArgs *args) |
| virtual void | HandleUpdate (const yap::Time &dt) |
| virtual void | HandleEnd () |
IDrawable members. | |
| virtual void | Draw (yap::IDrawingContext &context) |
| virtual bool | IsVisible () const |
| virtual void | Show (bool isVisible) |
| virtual void | ChangeColor (const sf::Color &color) |
BattlePhase members. | |
Public Member Functions inherited from yap::BattlePhase | |
| BattlePhase (Battle &battle, const BattlePhaseState &battlePhaseState) | |
| const BattlePhaseState & | GetNext () const |
| Getters. | |
| void | Start (PhaseArgs *args) |
| void | End () |
| void | SwitchPhase (BattlePhaseState nextPhase) |
| void | SwitchPhase (BattlePhaseState nextPhase, PhaseArgs *args) |
| PhaseArgs * | GetPhaseArgs () |
| void | SetPreviousPhase (const BattlePhaseState &value) |
| virtual void | Update (const Time &dt) |
| Makes the object evolve for one frame of the game. | |
| virtual void | Visit (const ActionPhaseArgs &visitable) |
Public Member Functions inherited from yap::IUpdateable | |
| virtual | ~IUpdateable () |
Public Member Functions inherited from yap::IDrawable | |
| virtual | ~IDrawable () |
Protected Member Functions | |
| BeginBattlePhase (Battle &battle, BattleInterface &battleInterface) | |
| virtual void | HandleDraw (yap::IDrawingContext &context) |
| virtual void | HandleShow (bool isVisible) |
| virtual void | HandleChangeColor (const sf::Color &color) |
Protected Member Functions inherited from yap::BeginBattlePhase | |
| BeginBattlePhase (Battle &battle) | |
Protected Member Functions inherited from yap::BattlePhase | |
| Battle & | GetBattle () |
Protected Attributes | |
| bool | isVisible_ |
| sf::Color | color_ |
| Battle & | battle_ |
| BattleInterface & | battleInterface_ |
Static Protected Attributes | |
| static const bool | DEFAULT_VISIBLE_STATE = true |
| static const sf::Color | DEFAULT_COLOR = sf::Color () |
Definition at line 18 of file BeginBattlePhase.hpp.
|
virtual |
Reimplemented from yap::BeginBattlePhase.
Definition at line 23 of file BeginBattlePhase.cpp.
|
protected |
Definition at line 16 of file BeginBattlePhase.cpp.
|
virtual |
Implements yap::IDrawable.
Definition at line 62 of file BeginBattlePhase.cpp.
|
virtual |
Implements yap::IDrawable.
Definition at line 42 of file BeginBattlePhase.cpp.
|
protectedvirtual |
Reimplemented in ycl::BeginWildBattlePhase, and ycl::BeginTrainerBattlePhase.
Definition at line 77 of file BeginBattlePhase.cpp.
|
protectedvirtual |
Reimplemented in ycl::BeginWildBattlePhase, and ycl::BeginTrainerBattlePhase.
Definition at line 69 of file BeginBattlePhase.cpp.
|
virtual |
Reimplemented from yap::BeginBattlePhase.
Reimplemented in ycl::BeginWildBattlePhase, and ycl::BeginTrainerBattlePhase.
Definition at line 37 of file BeginBattlePhase.cpp.
|
protectedvirtual |
Reimplemented in ycl::BeginWildBattlePhase, and ycl::BeginTrainerBattlePhase.
Definition at line 73 of file BeginBattlePhase.cpp.
|
virtual |
Reimplemented from yap::BeginBattlePhase.
Reimplemented in ycl::BeginWildBattlePhase, and ycl::BeginTrainerBattlePhase.
Definition at line 27 of file BeginBattlePhase.cpp.
|
virtual |
Reimplemented from yap::BeginBattlePhase.
Reimplemented in ycl::BeginWildBattlePhase, and ycl::BeginTrainerBattlePhase.
Definition at line 32 of file BeginBattlePhase.cpp.
|
virtual |
Implements yap::IDrawable.
Definition at line 50 of file BeginBattlePhase.cpp.
|
virtual |
Implements yap::IDrawable.
Definition at line 55 of file BeginBattlePhase.cpp.
|
protected |
Reimplemented from yap::BattlePhase.
Definition at line 55 of file BeginBattlePhase.hpp.
|
protected |
Definition at line 56 of file BeginBattlePhase.hpp.
|
protected |
Reimplemented in ycl::BeginWildBattlePhase, and ycl::BeginTrainerBattlePhase.
Definition at line 53 of file BeginBattlePhase.hpp.
|
staticprotected |
Reimplemented in ycl::BeginWildBattlePhase, and ycl::BeginTrainerBattlePhase.
Definition at line 50 of file BeginBattlePhase.hpp.
|
staticprotected |
Reimplemented in ycl::BeginWildBattlePhase, and ycl::BeginTrainerBattlePhase.
Definition at line 49 of file BeginBattlePhase.hpp.
|
protected |
Reimplemented in ycl::BeginWildBattlePhase, and ycl::BeginTrainerBattlePhase.
Definition at line 52 of file BeginBattlePhase.hpp.