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

#include <savingstages.hpp>

List of all members.

Public Member Functions

 OpenSaveStage (Document &document, SavingState &state, bool projectFile)
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 mProjectFile

Constructor & Destructor Documentation

CSMDoc::OpenSaveStage::OpenSaveStage ( Document document,
SavingState state,
bool  projectFile 
)
Parameters:
projectFileSaving the project file instead of the content file.

Member Function Documentation

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

Messages resulting from this stage will be appended to messages.

Implements CSMDoc::Stage.

int CSMDoc::OpenSaveStage::setup ( ) [virtual]
Returns:
number of steps

Implements CSMDoc::Stage.


Member Data Documentation


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