CEBL  2.1
Public Member Functions
SessionManager Class Reference

#include <SessionManager.hpp>

Public Member Functions

 SessionManager (CEBLModel *)
 ~SessionManager ()
void save ()
void saveAs (string filename)
void load (string filename)
bool shouldSaveAs ()

Detailed Description

Definition at line 33 of file SessionManager.hpp.


Constructor & Destructor Documentation

SessionManager::SessionManager ( CEBLModel model)

SessionManager.cpp

Author:
Jeshua Bratman

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.


Member Function Documentation

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().


The documentation for this class was generated from the following files: