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
tools
spellcheck.hpp
Go to the documentation of this file.
1
#ifndef CSM_TOOLS_SPELLCHECK_H
2
#define CSM_TOOLS_SPELLCHECK_H
3
4
#include <
components/esm/loadspel.hpp
>
5
6
#include "../world/idcollection.hpp"
7
8
#include "../doc/stage.hpp"
9
10
namespace
CSMTools
11
{
13
class
SpellCheckStage
:
public
CSMDoc::Stage
14
{
15
const
CSMWorld::IdCollection<ESM::Spell>
&
mSpells
;
16
17
public
:
18
19
SpellCheckStage
(
const
CSMWorld::IdCollection<ESM::Spell>
& spells);
20
21
virtual
int
setup
();
23
24
virtual
void
perform
(
int
stage,
CSMDoc::Messages
& messages);
26
};
27
}
28
29
#endif
CSMWorld::IdCollection< ESM::Spell >
CSMTools::SpellCheckStage::SpellCheckStage
SpellCheckStage(const CSMWorld::IdCollection< ESM::Spell > &spells)
Definition:
spellcheck.cpp:10
CSMDoc::Messages
Definition:
messages.hpp:38
CSMTools::SpellCheckStage::perform
virtual void perform(int stage, CSMDoc::Messages &messages)
Messages resulting from this tage will be appended to messages.
Definition:
spellcheck.cpp:19
CSMDoc::Stage
Definition:
stage.hpp:15
CSMTools::SpellCheckStage
VerifyStage: make sure that spell records are internally consistent.
Definition:
spellcheck.hpp:13
CSMTools::SpellCheckStage::mSpells
const CSMWorld::IdCollection< ESM::Spell > & mSpells
Definition:
spellcheck.hpp:15
CSMTools::SpellCheckStage::setup
virtual int setup()
Definition:
spellcheck.cpp:14
loadspel.hpp
Generated on Tue Jan 24 2017 02:05:48 for OpenMW by
1.8.6