#include <IFSelect.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions | |
static Standard_EXPORT Standard_Boolean | SaveSession (const Handle(IFSelect_WorkSession)&WS, const Standard_CString file) |
Saves the state of a WorkSession from IFSelect, by using a SessionFile from IFSelect. Returns True if Done, False in case of Error on Writing. <file> gives the name of the File to be produced (this avoids to export the class SessionFile). . | |
static Standard_EXPORT Standard_Boolean | RestoreSession (const Handle(IFSelect_WorkSession)&WS, const Standard_CString file) |
Restore the state of a WorkSession from IFSelect, by using a SessionFile from IFSelect. Returns True if Done, False in case of Error on Writing. <file> gives the name of the File to be used (this avoids to export the class SessionFile). . |
|
|
|
|
|
|
|
|
|
|