1 // File : SALOMEDS_TextColorAttribute.cdl
2 // Created : Wed Nov 28 16:20:40 2001
3 // Author : Yves FRICAUD
6 // Copyright : Open CASCADE 2001
12 class TextColorAttribute from SALOMEDS inherits RealArray from TDataStd
17 uses Attribute from TDF,
20 ExtendedString from TCollection,
22 RelocationTable from TDF,
23 AttributeSequence from TDF,
31 ---Purpose: class methods
35 ---C++: return const &
36 returns GUID from Standard;
38 ---Purpose: Comment methods
42 returns mutable TextColorAttribute from SALOMEDS;
45 ---C++: return const &
46 returns GUID from Standard;
48 Restore (me: mutable; with : Attribute from TDF);
51 returns mutable Attribute from TDF;
53 Paste (me; into : mutable Attribute from TDF;
54 RT : mutable RelocationTable from TDF);
56 end TextColorAttribute;