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  {
17 
18  public:
19 
21 
22  virtual int setup();
24 
25  virtual void perform (int stage, CSMDoc::Messages& messages);
27  };
28 }
29 
30 #endif
SpellCheckStage(const CSMWorld::IdCollection< ESM::Spell > &spells)
Definition: spellcheck.cpp:12
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:25
Definition: stage.hpp:15
bool mIgnoreBaseRecords
Definition: spellcheck.hpp:16
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:18