OpenMW
|
VerifyStage: make sure that sound records are internally consistent. More...
#include <soundcheck.hpp>
Public Member Functions | |
SoundCheckStage (const CSMWorld::IdCollection< ESM::Sound > &sounds) | |
virtual int | setup () |
virtual void | perform (int stage, std::vector< std::string > &messages) |
Messages resulting from this tage will be appended to messages. | |
Private Attributes | |
const CSMWorld::IdCollection < ESM::Sound > & | mSounds |
VerifyStage: make sure that sound records are internally consistent.
CSMTools::SoundCheckStage::SoundCheckStage | ( | const CSMWorld::IdCollection< ESM::Sound > & | sounds | ) |
void CSMTools::SoundCheckStage::perform | ( | int | stage, |
std::vector< std::string > & | messages | ||
) | [virtual] |
Messages resulting from this tage will be appended to messages.
Implements CSMDoc::Stage.
int CSMTools::SoundCheckStage::setup | ( | ) | [virtual] |
Implements CSMDoc::Stage.
const CSMWorld::IdCollection<ESM::Sound>& CSMTools::SoundCheckStage::mSounds [private] |