Salome HOME
NRI : Remove dependence with VISU.
[modules/kernel.git] / src / SALOMEDS / SALOMEDS.cdl
1 //  File      : SALOMEDS.cdl
2 //  Created   : Wed Nov 28 12:08:48 2001
3 //  Author    : Yves FRICAUD
4 //  Project   : SALOME
5 //  Module    : SALOMEDS
6 //  Copyright : Open CASCADE
7 //  $Header$
8
9
10
11 package SALOMEDS
12
13 uses TDocStd,
14      TDF,
15      TCollection,
16      TColStd,
17      TDataStd
18
19
20 is
21
22         class OCAFApplication ;
23         class IORAttribute    ; 
24         class PersRefAttribute;
25         class SequenceOfRealAttribute;
26         class SequenceOfIntegerAttribute; 
27         class DrawableAttribute;
28         class SelectableAttribute;
29         class ExpandableAttribute;
30         class OpenedAttribute;
31         class PixMapAttribute;
32         class TextColorAttribute;
33         class TextHighlightColorAttribute;
34         class LocalIDAttribute;
35         class UserIDAttribute;
36         class TableOfIntegerAttribute;
37         class TableOfRealAttribute;
38         class StudyPropertiesAttribute;
39         class PythonObjectAttribute;
40
41         class DataMapStringLabel instantiates DataMap from TCollection
42             (ExtendedString from TColleciton,
43              Label from TDF,
44              ExtendedString from TCollection);
45
46 end SALOMEDS;