Salome HOME
NRI : Remove dependence with VISU.
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_TextHighlightColorAttribute.cdl
1 //  File      : SALOMEDS_TextHighlightColorAttribute.cdl
2 //  Created   : Wed Nov 28 16:20:40 2001
3 //  Author    : Yves FRICAUD
4 //  Project   : SALOME
5 //  Module    : SALOMEDS
6 //  Copyright : Open CASCADE 2001
7 //  $Header:
8
9
10
11
12 class TextHighlightColorAttribute from SALOMEDS inherits RealArray from TDataStd
13
14         ---Purpose: 
15
16
17 uses Attribute         from TDF,
18      Label             from TDF,
19      GUID              from Standard,
20      ExtendedString    from TCollection,
21      DataSet           from TDF,
22      RelocationTable   from TDF,
23      AttributeSequence from TDF,
24      Data              from TDF,
25      Comment           from TDataStd            
26
27
28 is    
29
30
31     ---Purpose: class methods
32     --          =============
33
34     GetID (myclass)   
35     ---C++: return const &  
36     returns GUID from Standard;    
37
38     ---Purpose: Comment methods
39     --          ============
40     
41     Create 
42     returns mutable TextHighlightColorAttribute from SALOMEDS;
43
44     ID (me)
45         ---C++: return const & 
46     returns GUID from Standard;
47
48     Restore (me: mutable; with : Attribute from TDF);
49
50     NewEmpty (me)
51     returns mutable Attribute from TDF;
52
53     Paste (me; into : mutable Attribute from TDF;
54                RT   : mutable RelocationTable from TDF);    
55
56 end TextHighlightColorAttribute;