Salome HOME
Initialisation de la base KERNEL avec la version operationnelle de KERNEL_SRC issue...
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_PixMapAttribute.cdl
1 //  File      : SALOMEDS_PixMapAttribute.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 class PixMapAttribute from SALOMEDS inherits Comment from TDataStd
12
13         ---Purpose: 
14
15
16 uses Attribute         from TDF,
17      Label             from TDF,
18      GUID              from Standard,
19      ExtendedString    from TCollection,
20      DataSet           from TDF,
21      RelocationTable   from TDF,
22      AttributeSequence from TDF,
23      Data              from TDF,
24      Comment           from TDataStd            
25
26
27 is    
28
29
30     ---Purpose: class methods
31     --          =============
32
33     GetID (myclass)   
34     ---C++: return const &  
35     returns GUID from Standard;    
36
37     Set (myclass; label : Label from TDF; string  : ExtendedString from TCollection)
38     ---Purpose: Find, or create a Comment attribute and set the string.
39     --          the Comment attribute is returned.
40     returns PixMapAttribute from SALOMEDS;
41     
42     ---Purpose: Comment methods
43     --          ============
44     
45     Create 
46     returns mutable PixMapAttribute from SALOMEDS;
47
48     ID (me)
49         ---C++: return const & 
50     returns GUID from Standard;
51
52     Restore (me: mutable; with : Attribute from TDF);
53
54     NewEmpty (me)
55     returns mutable Attribute from TDF;
56
57     Paste (me; into : mutable Attribute from TDF;
58                RT   : mutable RelocationTable from TDF);    
59
60 end PixMapAttribute;