OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
soundgencheck.hpp
Go to the documentation of this file.
1 #ifndef CSM_TOOLS_SOUNDGENCHECK_HPP
2 #define CSM_TOOLS_SOUNDGENCHECK_HPP
3 
4 #include "../world/data.hpp"
5 
6 #include "../doc/stage.hpp"
7 
8 namespace CSMTools
9 {
12  {
16 
17  public:
20  const CSMWorld::RefIdCollection &referenceables);
21 
22  virtual int setup();
24 
25  virtual void perform(int stage, CSMDoc::Messages &messages);
27  };
28 }
29 
30 #endif
Definition: messages.hpp:38
SoundGenCheckStage(const CSMWorld::IdCollection< ESM::SoundGenerator > &soundGens, const CSMWorld::IdCollection< ESM::Sound > &sounds, const CSMWorld::RefIdCollection &referenceables)
Definition: soundgencheck.cpp:8
const CSMWorld::IdCollection< ESM::Sound > & mSounds
Definition: soundgencheck.hpp:14
virtual int setup()
Definition: soundgencheck.cpp:16
const CSMWorld::IdCollection< ESM::SoundGenerator > & mSoundGens
Definition: soundgencheck.hpp:13
Definition: stage.hpp:15
Definition: refidcollection.hpp:40
const CSMWorld::RefIdCollection & mReferenceables
Definition: soundgencheck.hpp:15
VerifyStage: make sure that sound gen records are internally consistent.
Definition: soundgencheck.hpp:11
virtual void perform(int stage, CSMDoc::Messages &messages)
Messages resulting from this stage will be appended to messages.
Definition: soundgencheck.cpp:21