#include <CDF_Session.hxx>
Public Member Functions | |
Standard_EXPORT | CDF_Session () |
Standard_EXPORT Handle_CDF_Directory | Directory () const |
returns the directory of the session; | |
Standard_EXPORT Standard_Boolean | HasCurrentApplication () const |
Standard_EXPORT Handle_CDF_Application | CurrentApplication () const |
Standard_EXPORT void | SetCurrentApplication (const Handle(CDF_Application)&anApplication) |
Standard_EXPORT void | UnsetCurrentApplication () |
Standard_EXPORT Handle_CDF_MetaDataDriver | MetaDataDriver () const |
Standard_EXPORT void | LoadDriver () |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Static Public Member Functions | |
static Standard_EXPORT Standard_Boolean | Exists () |
returns true if a session has been created. | |
static Standard_EXPORT Handle_CDF_Session | CurrentSession () |
returns the only one instance of Session that has been created. | |
Private Attributes | |
Handle_CDF_Directory | myDirectory |
Handle_CDF_Application | myCurrentApplication |
Standard_Boolean | myHasCurrentApplication |
Handle_CDF_MetaDataDriver | myMetaDataDriver |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|