OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
itemlevlist.hpp
Go to the documentation of this file.
1 #ifndef GAME_MWCLASS_ITEMLEVLIST_H
2 #define GAME_MWCLASS_ITEMLEVLIST_H
3 
4 #include "../mwworld/class.hpp"
5 
6 namespace MWClass
7 {
8  class ItemLevList : public MWWorld::Class
9  {
10  public:
11 
12  virtual std::string getName (const MWWorld::ConstPtr& ptr) const;
15 
16  static void registerSelf();
17  };
18 }
19 
20 #endif
Definition: itemlevlist.hpp:8
virtual std::string getName(const MWWorld::ConstPtr &ptr) const
Definition: itemlevlist.cpp:8
Base class for referenceable esm records.
Definition: class.hpp:52
Pointer to a const LiveCellRef.
Definition: ptr.hpp:90
static void registerSelf()
Definition: itemlevlist.cpp:13