This file contains a set of interfaces for the attributes which can be assigned to SObject. More...
import "SALOMEDS.idl";
Go to the source code of this file.
Data Structures | |
struct | SALOMEDS::Color |
Represents the color based on RGB palette. More... | |
interface | SALOMEDS::AttributeReal |
Attribute allowing to store a real value. More... | |
interface | SALOMEDS::AttributeInteger |
Attribute allowing to store an integer value. More... | |
interface | SALOMEDS::AttributeSequenceOfReal |
Attribute allowing to store a sequence of real values. More... | |
interface | SALOMEDS::AttributeSequenceOfInteger |
Attribute allowing to store a sequence of integer values. More... | |
interface | SALOMEDS::AttributeName |
Name attribute. More... | |
interface | SALOMEDS::AttributeComment |
Comment attribute. More... | |
interface | SALOMEDS::AttributeString |
String attribute. More... | |
interface | SALOMEDS::AttributeIOR |
IOR attribute. More... | |
interface | SALOMEDS::AttributePersistentRef |
Persistent reference attribute. More... | |
interface | SALOMEDS::AttributeExternalFileDef |
External file definition. More... | |
interface | SALOMEDS::AttributeFileType |
External file type definition. More... | |
interface | SALOMEDS::AttributeDrawable |
Drawable flag attribute. More... | |
interface | SALOMEDS::AttributeSelectable |
Selectable flag attribute. More... | |
interface | SALOMEDS::AttributeExpandable |
Expandable flag attribute. More... | |
interface | SALOMEDS::AttributeFlags |
Flags attribute. More... | |
interface | SALOMEDS::AttributeGraphic |
Graphic attribute. More... | |
interface | SALOMEDS::AttributeOpened |
Opened flag Attribute. More... | |
interface | SALOMEDS::AttributeTextColor |
Text color attribute. More... | |
interface | SALOMEDS::AttributeTextHighlightColor |
Text highlight color attribute. More... | |
interface | SALOMEDS::AttributePixMap |
Icon attribute. More... | |
interface | SALOMEDS::AttributeTreeNode |
Tree node attribute. More... | |
interface | SALOMEDS::AttributeLocalID |
Local identifier attribute. More... | |
interface | SALOMEDS::AttributeUserID |
Attribute storing GUID. More... | |
interface | SALOMEDS::AttributeTarget |
Back references attribute. More... | |
interface | SALOMEDS::AttributeTable |
Generic table attribute. More... | |
exception | SALOMEDS::AttributeTable::IncorrectIndex |
This exception is raised when an invalid (out of range) index is passed as parameter. More... | |
exception | SALOMEDS::AttributeTable::IncorrectArgumentLength |
This exception is raised when sequence of incorrect length is passed as parameter. More... | |
interface | SALOMEDS::AttributeTableOfInteger |
Table of integer values. More... | |
interface | SALOMEDS::AttributeTableOfReal |
Table of real values. More... | |
interface | SALOMEDS::AttributeTableOfString |
Table of string values. More... | |
interface | SALOMEDS::AttributeStudyProperties |
Study properties attribute More... | |
interface | SALOMEDS::AttributePythonObject |
Python object attribute. More... | |
interface | SALOMEDS::AttributeParameter |
Parameter attribute. More... | |
exception | SALOMEDS::AttributeParameter::InvalidIdentifier |
This exception is raised when an invalid identifier is passed as parameter. More... | |
Namespaces | |
namespace | SALOMEDS |
This package contains the interfaces used for creation, management and modification of the Study. | |
Typedefs | |
typedef sequence< double > | SALOMEDS::DoubleSeq |
Sequence of double values. More... | |
typedef sequence< long > | SALOMEDS::LongSeq |
Sequence of long values. More... | |
typedef sequence< string > | SALOMEDS::StringSeq |
Sequence of string values. More... | |
This file contains a set of interfaces for the attributes which can be assigned to SObject.