#include <GEOM_IOperations_i.hh>

Public Member Functions | |
| GEOM_IOperations_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine,::GEOM_IOperations *theImpl) | |
| ~GEOM_IOperations_i () | |
| virtual CORBA::Boolean | IsDone () |
| virtual void | SetErrorCode (const char *theErrorCode) |
| virtual char * | GetErrorCode () |
| virtual CORBA::Long | GetStudyID () |
| virtual GEOM::GEOM_Object_ptr | GetObject (Handle(GEOM_Object) theObject) |
| virtual void | FinishOperation () |
| virtual void | AbortOperation () |
| ::GEOM_IOperations * | GetImpl () |
Private Attributes | |
| ::GEOM_IOperations * | _impl |
| GEOM::GEOM_Gen_var | _engine |
| GEOM_IOperations_i::GEOM_IOperations_i | ( | PortableServer::POA_ptr | thePOA, |
| GEOM::GEOM_Gen_ptr | theEngine, | ||
| ::GEOM_IOperations * | theImpl | ||
| ) |
default constructor:
| GEOM_IOperations_i::~GEOM_IOperations_i | ( | ) |
destructor
| CORBA::Boolean GEOM_IOperations_i::IsDone | ( | ) | [virtual] |
IsDone
References _impl, and GEOM_IOperations.IsDone().
| void GEOM_IOperations_i::SetErrorCode | ( | const char * | theErrorCode | ) | [virtual] |
SetErrorCode
References _impl, and GEOM_IOperations.SetErrorCode().
| char * GEOM_IOperations_i::GetErrorCode | ( | ) | [virtual] |
GetErrorCode
References _impl, and GEOM_IOperations.GetErrorCode().
| CORBA::Long GEOM_IOperations_i::GetStudyID | ( | ) | [virtual] |
GetStudyID
References _impl, and GEOM_IOperations.GetDocID().
| GEOM::GEOM_Object_ptr GEOM_IOperations_i::GetObject | ( | Handle(GEOM_Object) | theObject | ) | [virtual] |
GetObject
References _engine, GEOM_Object.GetDocID(), and GEOM_Object.GetEntry().
| void GEOM_IOperations_i::FinishOperation | ( | ) | [virtual] |
FinishOperation
References _impl, and GEOM_IOperations.FinishOperation().
| void GEOM_IOperations_i::AbortOperation | ( | ) | [virtual] |
AbortOperation
References _impl, and GEOM_IOperations.AbortOperation().
| ::GEOM_IOperations* GEOM_IOperations_i.GetImpl | ( | ) |
::GEOM_IOperations* GEOM_IOperations_i._impl [private] |
GEOM::GEOM_Gen_var GEOM_IOperations_i._engine [private] |