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
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
{
11
class
SoundGenCheckStage
:
public
CSMDoc::Stage
12
{
13
const
CSMWorld::IdCollection<ESM::SoundGenerator>
&
mSoundGens
;
14
const
CSMWorld::IdCollection<ESM::Sound>
&
mSounds
;
15
const
CSMWorld::RefIdCollection
&
mObjects
;
16
bool
mIgnoreBaseRecords
;
17
18
public
:
19
SoundGenCheckStage
(
const
CSMWorld::IdCollection<ESM::SoundGenerator>
&soundGens,
20
const
CSMWorld::IdCollection<ESM::Sound>
&sounds,
21
const
CSMWorld::RefIdCollection
&objects);
22
23
virtual
int
setup
();
25
26
virtual
void
perform
(
int
stage,
CSMDoc::Messages
&messages);
28
};
29
}
30
31
#endif
CSMWorld::IdCollection< ESM::SoundGenerator >
CSMTools::SoundGenCheckStage::mObjects
const CSMWorld::RefIdCollection & mObjects
Definition:
soundgencheck.hpp:15
CSMTools::SoundGenCheckStage::SoundGenCheckStage
SoundGenCheckStage(const CSMWorld::IdCollection< ESM::SoundGenerator > &soundGens, const CSMWorld::IdCollection< ESM::Sound > &sounds, const CSMWorld::RefIdCollection &objects)
Definition:
soundgencheck.cpp:8
CSMTools::SoundGenCheckStage::mIgnoreBaseRecords
bool mIgnoreBaseRecords
Definition:
soundgencheck.hpp:16
CSMDoc::Messages
Definition:
messages.hpp:38
CSMTools::SoundGenCheckStage::mSounds
const CSMWorld::IdCollection< ESM::Sound > & mSounds
Definition:
soundgencheck.hpp:14
CSMTools::SoundGenCheckStage::setup
virtual int setup()
Definition:
soundgencheck.cpp:18
CSMTools::SoundGenCheckStage::mSoundGens
const CSMWorld::IdCollection< ESM::SoundGenerator > & mSoundGens
Definition:
soundgencheck.hpp:13
CSMDoc::Stage
Definition:
stage.hpp:15
CSMWorld::RefIdCollection
Definition:
refidcollection.hpp:40
CSMTools::SoundGenCheckStage
VerifyStage: make sure that sound gen records are internally consistent.
Definition:
soundgencheck.hpp:11
CSMTools::SoundGenCheckStage::perform
virtual void perform(int stage, CSMDoc::Messages &messages)
Messages resulting from this stage will be appended to messages.
Definition:
soundgencheck.cpp:25
Generated on Sat Sep 29 2018 15:24:59 for OpenMW by
1.8.6