#include <savingstate.hpp>
CSMDoc::SavingState::SavingState |
( |
Operation & |
operation, |
|
|
const boost::filesystem::path & |
projectPath, |
|
|
ToUTF8::FromType |
encoding |
|
) |
| |
const boost::filesystem::path & CSMDoc::SavingState::getPath |
( |
| ) |
const |
boost::filesystem::ofstream & CSMDoc::SavingState::getStream |
( |
| ) |
|
std::map< std::string, std::deque< int > > & CSMDoc::SavingState::getSubRecords |
( |
| ) |
|
const boost::filesystem::path & CSMDoc::SavingState::getTmpPath |
( |
| ) |
const |
bool CSMDoc::SavingState::hasError |
( |
| ) |
const |
bool CSMDoc::SavingState::isProjectFile |
( |
| ) |
const |
Currently saving project file? (instead of content file)
void CSMDoc::SavingState::start |
( |
Document & |
document, |
|
|
bool |
project |
|
) |
| |
- Parameters
-
project | Save project file instead of content file. |
boost::filesystem::path CSMDoc::SavingState::mPath |
|
private |
bool CSMDoc::SavingState::mProjectFile |
|
private |
boost::filesystem::path CSMDoc::SavingState::mProjectPath |
|
private |
boost::filesystem::ofstream CSMDoc::SavingState::mStream |
|
private |
std::map<std::string, std::deque<int> > CSMDoc::SavingState::mSubRecords |
|
private |
boost::filesystem::path CSMDoc::SavingState::mTmpPath |
|
private |
The documentation for this class was generated from the following files: