OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
spellcheck.hpp
Go to the documentation of this file.
1 #ifndef CSM_TOOLS_SPELLCHECK_H
2 #define CSM_TOOLS_SPELLCHECK_H
3 
5 
6 #include "../world/idcollection.hpp"
7 
8 #include "../doc/stage.hpp"
9 
10 namespace CSMTools
11 {
14  {
16 
17  public:
18 
20 
21  virtual int setup();
23 
24  virtual void perform (int stage, CSMDoc::Messages& messages);
26  };
27 }
28 
29 #endif
SpellCheckStage(const CSMWorld::IdCollection< ESM::Spell > &spells)
Definition: spellcheck.cpp:10
Definition: messages.hpp:38
virtual void perform(int stage, CSMDoc::Messages &messages)
Messages resulting from this tage will be appended to messages.
Definition: spellcheck.cpp:19
Definition: stage.hpp:15
VerifyStage: make sure that spell records are internally consistent.
Definition: spellcheck.hpp:13
const CSMWorld::IdCollection< ESM::Spell > & mSpells
Definition: spellcheck.hpp:15
virtual int setup()
Definition: spellcheck.cpp:14