OpenMW
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
apps
opencs
model
world
scope.hpp
Go to the documentation of this file.
1
#ifndef CSM_WOLRD_SCOPE_H
2
#define CSM_WOLRD_SCOPE_H
3
4
#include <string>
5
6
namespace
CSMWorld
7
{
8
enum
Scope
9
{
10
// record stored in content file
11
Scope_Content
= 1,
12
13
// record stored in project file
14
Scope_Project
= 2,
15
16
// record that exists only for the duration of one editing session
17
Scope_Session
= 4
18
};
19
20
Scope
getScopeFromId
(
const
std::string&
id
);
21
}
22
23
#endif
CSMWorld::Scope
Scope
Definition:
scope.hpp:8
CSMWorld::getScopeFromId
Scope getScopeFromId(const std::string &id)
Definition:
scope.cpp:7
CSMWorld::Scope_Project
Definition:
scope.hpp:14
CSMWorld::Scope_Content
Definition:
scope.hpp:11
CSMWorld::Scope_Session
Definition:
scope.hpp:17
Generated on Tue Jan 24 2017 02:05:48 for OpenMW by
1.8.6