Session and the corresponding Manager are primary Interfaces to control the behaviour of the editing part of the application. All all implementaion complexities are hidden behind a "PImpl".
This file contains the implementation classes, it should never be included by client code.
Definition in file sessionimpl.hpp.
#include "proc/mobject/session.hpp"
#include "proc/mobject/session/edl.hpp"
#include "proc/mobject/session/fixture.hpp"
#include <boost/scoped_ptr.hpp>
#include <vector>


Go to the source code of this file.
Namespaces | |
| namespace | mobject |
| namespace | mobject::session |
Classes | |
| class | mobject::session::SessionImpl |
| Implementation class for the Session interface. More... | |
| class | mobject::session::SessManagerImpl |
| Session manager implementation class holding the actual smart pointer to the current Session impl. More... | |
1.5.6