OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
CSMTools::BodyPartCheckStage Class Reference

VerifyStage: make sure that body part records are internally consistent. More...

#include <bodypartcheck.hpp>

Inheritance diagram for CSMTools::BodyPartCheckStage:
Collaboration diagram for CSMTools::BodyPartCheckStage:

Public Member Functions

 BodyPartCheckStage (const CSMWorld::IdCollection< ESM::BodyPart > &bodyParts, const CSMWorld::Resources &meshes, const CSMWorld::IdCollection< ESM::Race > &races)
 
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::IdCollection
< ESM::BodyPart > & 
mBodyParts
 
const CSMWorld::ResourcesmMeshes
 
const CSMWorld::IdCollection
< ESM::Race > & 
mRaces
 

Detailed Description

VerifyStage: make sure that body part records are internally consistent.

Constructor & Destructor Documentation

CSMTools::BodyPartCheckStage::BodyPartCheckStage ( const CSMWorld::IdCollection< ESM::BodyPart > &  bodyParts,
const CSMWorld::Resources meshes,
const CSMWorld::IdCollection< ESM::Race > &  races 
)

Member Function Documentation

void CSMTools::BodyPartCheckStage::perform ( int  stage,
CSMDoc::Messages messages 
)
virtual

Messages resulting from this tage will be appended to messages.

Implements CSMDoc::Stage.

Here is the call graph for this function:

int CSMTools::BodyPartCheckStage::setup ( )
virtual
Returns
number of steps

Implements CSMDoc::Stage.

Member Data Documentation

const CSMWorld::IdCollection<ESM::BodyPart>& CSMTools::BodyPartCheckStage::mBodyParts
private
const CSMWorld::Resources& CSMTools::BodyPartCheckStage::mMeshes
private
const CSMWorld::IdCollection<ESM::Race>& CSMTools::BodyPartCheckStage::mRaces
private

The documentation for this class was generated from the following files: