OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Functions
itemmodel.hpp File Reference
#include "../mwworld/ptr.hpp"
Include dependency graph for itemmodel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MWGui::ItemStack
 A single item stack managed by an item model. More...
 
class  MWGui::ItemModel
 The base class that all item models should derive from. More...
 
class  MWGui::ProxyItemModel
 A proxy item model can be used to filter or rearrange items from a source model (or even add new items to it). The neat thing is that this does not actually alter the source model. More...
 

Namespaces

 MWGui
 

Functions

bool MWGui::operator== (const ItemStack &left, const ItemStack &right)