Salome HOME
PR: merge from branch BR_UnitTests tag mergeto_trunk_17oct05
[modules/yacs.git] / src / SALOMEDSClient / SALOMEDSClient_AttributeGraphic.hxx
1 //  File   : SALOMEDSClient_AttributeFlags.hxx
2 //  Author : Sergey RUIN
3 //  Module : SALOME
4 //  $Header:
5
6 #ifndef SALOMEDSClient_AttributeGraphic_HeaderFile
7 #define SALOMEDSClient_AttributeGraphic_HeaderFile
8
9 #include "SALOMEDSClient_definitions.hxx" 
10 #include "SALOMEDSClient_GenericAttribute.hxx" 
11
12 class SALOMEDSClient_AttributeGraphic: public virtual SALOMEDSClient_GenericAttribute
13 {
14 public:
15   
16   virtual void  SetVisibility(int theViewId, bool theValue) = 0;
17   virtual bool GetVisibility(int theViewId) = 0;
18
19 };
20
21 #endif