YAPOG  0.0.1
Yet Another Pokemon Online Game
BattleMoveMenu.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_CLIENT_BATTLEMOVEMENU_HPP
2 # define YAPOG_CLIENT_BATTLEMOVEMENU_HPP
3 
4 # include "YAPOG/Macros.hpp"
7 
8 namespace ycl
9 {
11  {
13 
14  public:
15  BattleMoveMenu ();
16  virtual ~BattleMoveMenu ();
17 
20  yap::MenuItem& GetItem (int index);
21  int GetIndex (yap::MenuItem& menuItem) const;
23 
26  void SetItemContent (int index, const yap::String& content);
28 
29  private:
30  void Add (yap::MenuItem& menuItem, int index);
31 
34  };
35 } // namespace ycl
36 
37 #endif // YAPOG_CLIENT_BATTLEMOVEMENU_HPP