]> SALOME platform Git repositories - modules/yacs.git/blob - src/SALOMEDS/SALOMEDS_TextColorAttribute.cdl
Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/yacs.git] / src / SALOMEDS / SALOMEDS_TextColorAttribute.cdl
1 //  File      : SALOMEDS_TextColorAttribute.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 TextColorAttribute 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 TextColorAttribute 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 TextColorAttribute;