Salome HOME
84f722cc062037f53646acf990e954696cd8c090
[modules/kernel.git] / src / SALOMEDSClient / SALOMEDSClient_AttributeTextColor.hxx
1 //  File   : SALOMEDSClient_AttributeTextColor.hxx
2 //  Author : Sergey RUIN
3 //  Module : SALOME
4
5 #ifndef SALOMEDSClient_AttributeTextColor_HeaderFile
6 #define SALOMEDSClient_AttributeTextColor_HeaderFile
7
8 #include <vector>
9 #include "SALOMEDSClient_definitions.hxx" 
10 #include "SALOMEDSClient_GenericAttribute.hxx" 
11 #include "SALOMEDSClient_definitions.hxx"
12
13 class SALOMEDSClient_AttributeTextColor: public virtual SALOMEDSClient_GenericAttribute
14 {
15 public:
16
17   virtual STextColor TextColor() = 0;
18   virtual void SetTextColor(STextColor value) = 0;
19
20 };
21
22
23 #endif