OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
saving.hpp
Go to the documentation of this file.
1 #ifndef CSM_DOC_SAVING_H
2 #define CSM_DOC_SAVING_H
3 
4 #include <boost/filesystem/path.hpp>
5 
7 
8 #include "operation.hpp"
9 #include "savingstate.hpp"
10 
11 namespace CSMDoc
12 {
13  class Document;
14 
15  class Saving : public Operation
16  {
17  Q_OBJECT
18 
21 
22  public:
23 
24  Saving (Document& document, const boost::filesystem::path& projectPath,
25  ToUTF8::FromType encoding);
26 
27  };
28 }
29 
30 #endif
Definition: operation.hpp:22
Definition: saving.hpp:15
Document & mDocument
Definition: saving.hpp:19
FromType
Definition: to_utf8.hpp:11
Definition: document.hpp:57
Definition: savingstate.hpp:20
Saving(Document &document, const boost::filesystem::path &projectPath, ToUTF8::FromType encoding)
Definition: saving.cpp:10
SavingState mState
Definition: saving.hpp:20