OpenMW
|
#include <savingstages.hpp>
Public Member Functions | |
WriteDialogueCollectionStage (Document &document, SavingState &state, bool journal) | |
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 | |
Document & | mDocument |
SavingState & | mState |
const CSMWorld::IdCollection < ESM::Dialogue > & | mTopics |
CSMWorld::InfoCollection & | mInfos |
CSMDoc::WriteDialogueCollectionStage::WriteDialogueCollectionStage | ( | Document & | document, |
SavingState & | state, | ||
bool | journal | ||
) |
void CSMDoc::WriteDialogueCollectionStage::perform | ( | int | stage, |
std::vector< std::string > & | messages | ||
) | [virtual] |
Messages resulting from this stage will be appended to messages.
Implements CSMDoc::Stage.
int CSMDoc::WriteDialogueCollectionStage::setup | ( | ) | [virtual] |
Implements CSMDoc::Stage.
const CSMWorld::IdCollection<ESM::Dialogue>& CSMDoc::WriteDialogueCollectionStage::mTopics [private] |