OpenMW
Public Member Functions | Private Attributes
CSMDoc::WriteHeaderStage Class Reference

#include <savingstages.hpp>

List of all members.

Public Member Functions

 WriteHeaderStage (Document &document, SavingState &state, bool simple)
virtual int setup ()
virtual void perform (int stage, std::vector< std::string > &messages)
 Messages resulting from this stage will be appended to messages.

Private Attributes

DocumentmDocument
SavingStatemState
bool mSimple

Constructor & Destructor Documentation

CSMDoc::WriteHeaderStage::WriteHeaderStage ( Document document,
SavingState state,
bool  simple 
)
Parameters:
simpleSimplified header (used for project files).

Member Function Documentation

void CSMDoc::WriteHeaderStage::perform ( int  stage,
std::vector< std::string > &  messages 
) [virtual]

Messages resulting from this stage will be appended to messages.

Todo:
refine dependency list (at least remove redundant dependencies)

Implements CSMDoc::Stage.

Returns:
number of steps

Implements CSMDoc::Stage.


Member Data Documentation


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