OpenMW
|
Verify stage: make sure that records with specific IDs exist. More...
#include <mandatoryid.hpp>
Public Member Functions | |
MandatoryIdStage (const CSMWorld::CollectionBase &idCollection, const CSMWorld::UniversalId &collectionId, const std::vector< std::string > &ids) | |
virtual int | setup () |
virtual void | perform (int stage, CSMDoc::Messages &messages) |
Messages resulting from this tage will be appended to messages. More... | |
Public Member Functions inherited from CSMDoc::Stage | |
virtual | ~Stage () |
Private Attributes | |
const CSMWorld::CollectionBase & | mIdCollection |
CSMWorld::UniversalId | mCollectionId |
std::vector< std::string > | mIds |
Verify stage: make sure that records with specific IDs exist.
CSMTools::MandatoryIdStage::MandatoryIdStage | ( | const CSMWorld::CollectionBase & | idCollection, |
const CSMWorld::UniversalId & | collectionId, | ||
const std::vector< std::string > & | ids | ||
) |
|
virtual |
Messages resulting from this tage will be appended to messages.
Implements CSMDoc::Stage.
|
virtual |
Implements CSMDoc::Stage.
|
private |
|
private |
|
private |