#include <item_inst.hh>
objects::ItemInScreenに対する継承グラフ


Public メソッド | |
| ItemInScreen (int item_id, const Item &item, const ItemClass &item_class, int count, int pos_x, int pos_y) | |
| ~ItemInScreen () | |
| virtual void | print (std::ostream &os) const |
| int | get_pos_x () const |
| int | get_pos_y () const |
| bool | is_available () const |
| void | set_unavailable () |
| virtual bool | identified () const |
| virtual bool | possessed () const |
| int | get_item_id () const |
| void | set_item_id (int item_id) |
| const Item & | get_item () const |
| const ItemClass & | get_item_class () const |
| int | get_count () const |
| void | set_count (int count) |
Protected 変数 | |
| int | _pos_x |
| int | _pos_y |
| bool | _available |
| int | _item_id |
| const Item & | _item |
| const ItemClass & | _item_class |
| int | _count |
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
objects::ItemInstを実装しています. |
|
|
|
|
|
objects::ItemInstを実装しています. |
|
|
objects::ItemInstを再定義しています。 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2-20050421