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


Public メソッド | |
| IdentifiedItem (int item_id, const Item &item, const ItemClass &item_class, int count, int durability, int level) | |
| ~IdentifiedItem () | |
| virtual bool | identified () const |
| virtual bool | possessed () const |
| virtual void | print (std::ostream &os) const |
| int | get_value () |
| bool | can_be_sold () |
| int | get_durability () const |
| void | set_durability (int i) |
| int | get_level () 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 | _durability |
| int | _level |
| int | _item_id |
| const Item & | _item |
| const ItemClass & | _item_class |
| int | _count |
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
objects::ItemInstを実装しています. |
|
|
objects::ItemInstを実装しています. objects::PossessedItemで再定義されています。 |
|
|
objects::ItemInstを再定義しています。 objects::PossessedItemで再定義されています。 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2-20050421