Lumiera
0.pre.03
»edit your freedom«
|
Check the session management operations provided by mobject::session::Session This includes accessing the current Session (somewhat a singleton).
load a Mock session
create a session and save (serialise) it
load a real test session
Definition at line 49 of file session-manager-test.cpp.
Private Member Functions | |
void | clearSession () |
void | getCurrentSession () |
void | loadMockSession () |
void | loadSession (const string &src) |
void | resetSession () |
virtual void | run (Arg arg) |
void | saveSession (string &dest) |
|
inlineprivate |
Definition at line 69 of file session-manager-test.cpp.
References Session::current.
|
inlineprivate |
Definition at line 82 of file session-manager-test.cpp.
References SessManager::clear(), and Session::current.
|
inlineprivate |
Definition at line 94 of file session-manager-test.cpp.
References Session::current, and SessManager::reset().
|
inlineprivate |
Verify objects are wired correctly.
Definition at line 107 of file session-manager-test.cpp.
|
inlineprivate |
src | string with serialised session data |
Definition at line 119 of file session-manager-test.cpp.
|
inlineprivate |
dest | string receiving the generated serialised stream |
Definition at line 130 of file session-manager-test.cpp.