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

Go to the source code of this file.

Namespaces

 CSMWorld
 Class for holding the model. Uses typical qt table abstraction/interface for granting access to the individiual fields of the records, Some records are holding nested data (for instance inventory list of the npc). In cases like this, table model offers interface to access nested data in the qt way - that is specify parent. Since some of those nested data require multiple columns to represent information, single int (default way to index model in the qmodelindex) is not sufficiant. Therefore tablemodelindex class can hold two ints for the sake of indexing two dimensions of the table. This model does not support multiple levels of the nested data. Vast majority of methods makes sense only for the top level data.
 
 CSMWorld::DefaultGmsts
 

Variables

const size_t CSMWorld::DefaultGmsts::FloatCount = 258
 
const size_t CSMWorld::DefaultGmsts::IntCount = 89
 
const size_t CSMWorld::DefaultGmsts::StringCount = 1174
 
const size_t CSMWorld::DefaultGmsts::OptionalFloatCount = 42
 
const size_t CSMWorld::DefaultGmsts::OptionalIntCount = 4
 
const size_t CSMWorld::DefaultGmsts::OptionalStringCount = 26
 
const char * CSMWorld::DefaultGmsts::Floats []
 
const char * CSMWorld::DefaultGmsts::Ints []
 
const char * CSMWorld::DefaultGmsts::Strings []
 
const char * CSMWorld::DefaultGmsts::OptionalFloats []
 
const char * CSMWorld::DefaultGmsts::OptionalInts []
 
const char * CSMWorld::DefaultGmsts::OptionalStrings []
 
const float CSMWorld::DefaultGmsts::FloatsDefaultValues []
 
const int CSMWorld::DefaultGmsts::IntsDefaultValues []
 
const float CSMWorld::DefaultGmsts::FloatLimits []
 
const int CSMWorld::DefaultGmsts::IntLimits []