OpenMW
|
#include <saving.hpp>
Public Member Functions | |
Saving (Document &document, const boost::filesystem::path &projectPath, ToUTF8::FromType encoding) | |
Public Member Functions inherited from CSMDoc::Operation | |
Operation (int type, bool ordered, bool finalAlways=false) | |
virtual | ~Operation () |
void | appendStage (Stage *stage) |
void | setDefaultSeverity (Message::Severity severity) |
bool | hasError () const |
Private Attributes | |
Document & | mDocument |
SavingState | mState |
Additional Inherited Members | |
Public Slots inherited from CSMDoc::Operation | |
void | abort () |
void | run () |
Signals inherited from CSMDoc::Operation | |
void | progress (int current, int max, int type) |
void | reportMessage (const CSMDoc::Message &message, int type) |
void | done (int type, bool failed) |
Protected Slots inherited from CSMDoc::Operation | |
virtual void | operationDone () |
CSMDoc::Saving::Saving | ( | Document & | document, |
const boost::filesystem::path & | projectPath, | ||
ToUTF8::FromType | encoding | ||
) |
|
private |
|
private |