interfaces that permits to add a dynamic port model to the SALOME object model. More...
Go to the source code of this file.
Data Structures | |
interface | Engines::DSC |
Interface of a DSC component. More... | |
exception | Engines::DSC::PortNotDefined |
This exception is raised when a port is used before it is added to the component. More... | |
exception | Engines::DSC::PortAlreadyDefined |
This exception is raised if you try to add a port with the same name than a previous defined port. More... | |
exception | Engines::DSC::PortNotConnected |
This exception is raised when you try to use a port that is not connected. More... | |
exception | Engines::DSC::BadPortType |
This exception is raised if the type of the provides port is bad. More... | |
exception | Engines::DSC::NilPort |
Port's reference is Nil ! More... | |
exception | Engines::DSC::BadPortReference |
Port's reference is not the right reference. More... | |
exception | Engines::DSC::BadProperty |
Object property is not good for the port. More... | |
interface | Engines::ConnectionManager |
Interface of the ConnectionManager. More... | |
exception | Engines::ConnectionManager::BadId |
The Id given to the disconnect method is bad. More... | |
interface | Engines::Superv_Component |
Interface of the Superv_Component. More... | |
struct | Engines::Superv_Component::multiple_param |
Namespaces | |
namespace | Engines |
This is a package of interfaces used for connecting new components to SALOME application. | |
interfaces that permits to add a dynamic port model to the SALOME object model.