Open CASCADE Technology 6.6.0
|
#include <CDF_Session.hxx>
Public Member Functions | |
CDF_Session () | |
Handle_CDF_Directory | Directory () const |
returns the directory of the session; | |
Standard_Boolean | HasCurrentApplication () const |
Handle_CDF_Application | CurrentApplication () const |
void | SetCurrentApplication (const Handle< CDF_Application > &anApplication) |
void | UnsetCurrentApplication () |
Handle_CDF_MetaDataDriver | MetaDataDriver () const |
void | LoadDriver () |
Static Public Member Functions | |
static Standard_Boolean | Exists () |
returns true if a session has been created. | |
static Handle_CDF_Session | CurrentSession () |
returns the only one instance of Session that has been created. |
CDF_Session::CDF_Session | ( | ) |
Handle_CDF_Application CDF_Session::CurrentApplication | ( | ) | const |
static Handle_CDF_Session CDF_Session::CurrentSession | ( | ) | [static] |
Handle_CDF_Directory CDF_Session::Directory | ( | ) | const |
static Standard_Boolean CDF_Session::Exists | ( | ) | [static] |
Standard_Boolean CDF_Session::HasCurrentApplication | ( | ) | const |
void CDF_Session::LoadDriver | ( | ) |
Handle_CDF_MetaDataDriver CDF_Session::MetaDataDriver | ( | ) | const |
void CDF_Session::SetCurrentApplication | ( | const Handle< CDF_Application > & | anApplication | ) |
void CDF_Session::UnsetCurrentApplication | ( | ) |