Salome HOME
PR: merge from branch BR_UnitTests tag mergeto_trunk_17oct05
[modules/yacs.git] / src / SALOMEDS / SALOMEDS_AttributeTextColor.hxx
1 //  File   : SALOMEDS_AttributeTextColor.hxx
2 //  Author : Sergey RUIN
3 //  Module : SALOME
4
5 #ifndef SALOMEDS_AttributeTextColor_HeaderFile
6 #define SALOMEDS_AttributeTextColor_HeaderFile
7
8 #include "SALOMEDSClient_AttributeTextColor.hxx"
9 #include "SALOMEDS_GenericAttribute.hxx"
10 #include "SALOMEDSImpl_AttributeTextColor.hxx"
11 #include "SALOMEDSClient_definitions.hxx"
12
13 // IDL headers
14 #include <SALOMEconfig.h>
15 #include CORBA_SERVER_HEADER(SALOMEDS)
16 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
17
18 #include <vector>
19
20 class SALOMEDS_AttributeTextColor: public SALOMEDS_GenericAttribute, public SALOMEDSClient_AttributeTextColor
21 {
22 public:  
23   SALOMEDS_AttributeTextColor(const Handle(SALOMEDSImpl_AttributeTextColor)& theAttr);
24   SALOMEDS_AttributeTextColor(SALOMEDS::AttributeTextColor_ptr theAttr);
25   ~SALOMEDS_AttributeTextColor();
26
27   virtual STextColor TextColor();
28   virtual void SetTextColor(STextColor value);
29
30 };
31
32 #endif