#include "utilities.h"#include <sstream>#include "SALOMEDS_Study_i.hxx"#include "SALOMEDS_UseCaseIterator_i.hxx"#include "SALOMEDS_GenericAttribute_i.hxx"#include "SALOMEDS_AttributeStudyProperties_i.hxx"#include "SALOMEDS_AttributeParameter_i.hxx"#include "SALOMEDS_ChildIterator_i.hxx"#include "SALOMEDS_Driver_i.hxx"#include "SALOMEDS.hxx"#include "SALOMEDSImpl_SObject.hxx"#include "SALOMEDSImpl_SComponent.hxx"#include "SALOMEDSImpl_UseCaseBuilder.hxx"#include "SALOMEDSImpl_AttributeStudyProperties.hxx"#include "SALOMEDSImpl_AttributeParameter.hxx"#include "SALOMEDSImpl_ChildIterator.hxx"#include "SALOMEDSImpl_IParameters.hxx"#include "SALOMEDSImpl_Callback.hxx"#include "DF_Label.hxx"#include "DF_Attribute.hxx"#include "Utils_ExceptHandlers.hxx"#include "Basics_Utils.hxx"#include "SALOME_KernelServices.hxx"#include "SALOME_Fake_NamingService.hxx"#include <memory>#include <sys/types.h>#include <unistd.h>
Data Structures | |
| class | SALOMEDS::Notifier |
| class | SALOMEDS::GenObjRegister |
Namespaces | |
| SALOMEDS | |
| This package contains the interfaces used for creation, management and modification of the Study. | |
Functions | |
| UNEXPECT_CATCH (SalomeException, SALOME::SALOME_Exception) UNEXPECT_CATCH(LockProtection | |
| static SALOMEDS::StudyBuilder::LockProtection SALOMEDS_Driver_i * | GetDriver (const SALOMEDSImpl_SObject &theObject, CORBA::ORB_ptr orb) |
| void | SALOMEDS::sendMessageToGUIGivenSession (SALOME::Session_ptr session, const char *msg) |
| emitMessageOneWay to SALOME::Session More... | |
| void | SALOMEDS::sendMessageToGUI (SALOME_NamingService_Abstract *aNamingService, const char *msg) |
| emitMessageOneWay to SALOME::Session More... | |
Variables | |
| static PortableServer::POA_var | _poa |
| static SALOMEDS::Study_var | _study |
|
static |
| UNEXPECT_CATCH | ( | SalomeException | , |
| SALOME::SALOME_Exception | |||
| ) |
|
static |
|
static |