OpenMW
|
The companion item model keeps track of the companion's profit by monitoring which items are being added to and removed from the model. More...
#include <companionitemmodel.hpp>
Public Member Functions | |
CompanionItemModel (const MWWorld::Ptr &actor) | |
virtual void | copyItem (const ItemStack &item, size_t count) |
virtual void | removeItem (const ItemStack &item, size_t count) |
The companion item model keeps track of the companion's profit by monitoring which items are being added to and removed from the model.
MWGui::CompanionItemModel::CompanionItemModel | ( | const MWWorld::Ptr & | actor | ) |
void MWGui::CompanionItemModel::copyItem | ( | const ItemStack & | item, |
size_t | count | ||
) | [virtual] |
Reimplemented from MWGui::InventoryItemModel.
void MWGui::CompanionItemModel::removeItem | ( | const ItemStack & | item, |
size_t | count | ||
) | [virtual] |
Reimplemented from MWGui::InventoryItemModel.