This file contains a set of interfaces for the attributes which can be assigned to SObject. More...
Go to the source code of this file.
Data Structures | |
struct | SALOMEDS::Color |
This structure stores a set of elements defining 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 - sequence of real values. More... | |
interface | SALOMEDS::AttributeSequenceOfInteger |
Attribute - sequence of integer. 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 |
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. This class is intended for storing information about graphic representation of objects in dirrent views. More... | |
interface | SALOMEDS::AttributeOpened |
Opened flag Attribute. More... | |
interface | SALOMEDS::AttributeTextColor |
TextColorAttribute. More... | |
interface | SALOMEDS::AttributeTextHighlightColor |
TextHighlightColorAttribute. More... | |
interface | SALOMEDS::AttributePixMap |
PixMapAttribute. More... | |
interface | SALOMEDS::AttributeTreeNode |
TreeNodeAttribute. More... | |
interface | SALOMEDS::AttributeLocalID |
LocalID attribute. More... | |
interface | SALOMEDS::AttributeUserID |
Attribute storing GUID. More... | |
interface | SALOMEDS::AttributeTarget |
AttributeTarget iterface More... | |
interface | SALOMEDS::AttributeTableOfInteger |
AttributeTableOfInteger interface More... | |
exception | SALOMEDS::AttributeTableOfInteger::IncorrectIndex |
This exception is raised when an incorrect index is passed as parameter. More... | |
exception | SALOMEDS::AttributeTableOfInteger::IncorrectArgumentLength |
This exception is raised when an incorrect length of the argument is passed as parameter. More... | |
interface | SALOMEDS::AttributeTableOfReal |
AttributeTableOfReal interface More... | |
exception | SALOMEDS::AttributeTableOfReal::IncorrectIndex |
This exception is raised when an incorrect index is passed as parameter. More... | |
exception | SALOMEDS::AttributeTableOfReal::IncorrectArgumentLength |
This exception is raised when an incorrect length of the argument is passed as parameter. More... | |
interface | SALOMEDS::AttributeTableOfString |
AttributeTableOfString interface More... | |
exception | SALOMEDS::AttributeTableOfString::IncorrectIndex |
This exception is raised when an incorrect index is passed as parameter. More... | |
exception | SALOMEDS::AttributeTableOfString::IncorrectArgumentLength |
This exception is raised when an incorrect length of the argument is passed as parameter. More... | |
interface | SALOMEDS::AttributeStudyProperties |
AttributeStudyProperties interface More... | |
interface | SALOMEDS::AttributePythonObject |
AttributePythonObject interface More... | |
interface | SALOMEDS::AttributeParameter |
AttributeParameter interface 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. | |
typedef sequence< long > | SALOMEDS::LongSeq |
Sequence of long values. | |
typedef sequence< string > | SALOMEDS::StringSeq |
Sequence of string values. |
This file contains a set of interfaces for the attributes which can be assigned to SObject.