|
CEBL
2.1
|
#include <SessionManager.hpp>
Public Member Functions | |
| SessionManager (CEBLModel *) | |
| ~SessionManager () | |
| void | save () |
| void | saveAs (string filename) |
| void | load (string filename) |
| bool | shouldSaveAs () |
Definition at line 33 of file SessionManager.hpp.
| SessionManager::SessionManager | ( | CEBLModel * | model | ) |
Manages saving and loading cebl model configuration
Definition at line 27 of file SessionManager.cpp.
| SessionManager::~SessionManager | ( | ) |
Definition at line 33 of file SessionManager.cpp.
| void SessionManager::load | ( | string | filename | ) |
Definition at line 61 of file SessionManager.cpp.
References Session::load().
Referenced by CEBLModel::sessionLoad().
| void SessionManager::save | ( | ) |
Definition at line 42 of file SessionManager.cpp.
References Session::save(), and shouldSaveAs().
Referenced by CEBLModel::sessionSave().
| void SessionManager::saveAs | ( | string | filename | ) |
Definition at line 55 of file SessionManager.cpp.
References Session::save().
Referenced by CEBLModel::sessionSaveAs().
| bool SessionManager::shouldSaveAs | ( | ) |
Definition at line 67 of file SessionManager.cpp.
References Session::shouldSaveAs().
Referenced by save(), and CEBLModel::sessionShouldSaveAs().
1.8.1.1