interfaces for EngineComponent and Container More...
import "SALOME_GenericObj.idl";
import "SALOMEDS.idl";
import "SALOME_Exception.idl";
import "SALOME_PyNode.idl";
Go to the source code of this file.
Data Structures | |
struct | Engines::KeyValuePair |
General Key Value Structure to set or get properties, for component. More... | |
struct | Engines::dataref |
Structure data type to hold reference on data. More... | |
interface | Engines::Container |
Interface of the Container. More... | |
interface | Engines::EngineComponent |
Interface of the component. More... | |
interface | Engines::ImportableComponent |
Base interface of the component that supports exporting data. More... | |
interface | Engines::fileTransfer |
Interface of fileTransfer. More... | |
struct | Engines::file |
A file managed by a Salome_file. More... | |
struct | Engines::SfState |
The state of a Salome_file. More... | |
interface | Engines::Salome_file |
Interface of a Salome_file managed This file is independent of a Salome module. More... | |
interface | Engines::fileRef |
Interface of fileRef. More... | |
Namespaces | |
namespace | Engines |
This is a package of interfaces used for connecting new components to SALOME application. | |
Typedefs | |
typedef sequence< octet > | Engines::TMPFile |
A byte stream which is used for binary data transfer between different components. More... | |
typedef sequence< KeyValuePair > | Engines::FieldsDict |
typedef sequence< octet > | Engines::fileBlock |
A block of binary data used for file transfer. The maximum size of the block is defined on server side. More... | |
typedef sequence< Engines::file > | Engines::files |
A sequence of Engines::file. More... | |
interfaces for EngineComponent and Container