#include <item_inst.hh>
objects::PossessedItemに対する継承グラフ
Public メソッド | |
PossessedItem (int item_id, const Item &item, const ItemClass &item_class, int count, int durability, int level, const ItemContainer &item_container, int position) | |
~PossessedItem () | |
virtual bool | possessed () const |
virtual void | print (std::ostream &os) const |
const ItemContainer & | get_item_container () const |
int | get_position () const |
void | set_item_container (const ItemContainer &ic) |
void | set_position (int i) |
virtual bool | identified () 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 変数 | |
const ItemContainer * | _item_container |
int | _position |
int | _durability |
int | _level |
int | _item_id |
const Item & | _item |
const ItemClass & | _item_class |
int | _count |
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
objects::ItemInstを実装しています. |
|
objects::IdentifiedItemを再定義しています。 |
|
objects::IdentifiedItemを再定義しています。 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|