OpenMW
|
#include "../mwworld/ptr.hpp"
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) |