Salome HOME
PR: merge from branch BR_UT_V310a3 tag mergeto_trunk_05dec05
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_AttributeDrawable_i.hxx
1 //  File   : SALOMEDS_AttributeDrawable_i.hxx
2 //  Author : Sergey RUIN
3 //  Module : SALOME
4
5 #ifndef SALOMEDS_AttributeDrawable_i_HeaderFile
6 #define SALOMEDS_AttributeDrawable_i_HeaderFile
7
8 // IDL headers
9
10 #include <SALOMEconfig.h>
11 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
12
13 #include "SALOMEDS_GenericAttribute_i.hxx"
14 #include "SALOMEDSImpl_AttributeDrawable.hxx"
15
16 class SALOMEDS_AttributeDrawable_i: public virtual POA_SALOMEDS::AttributeDrawable,
17                                     public virtual SALOMEDS_GenericAttribute_i 
18 {
19 public:
20   
21   SALOMEDS_AttributeDrawable_i(const Handle(SALOMEDSImpl_AttributeDrawable)& theAttr, CORBA::ORB_ptr orb)
22     :SALOMEDS_GenericAttribute_i(theAttr, orb) {}; 
23
24   virtual ~SALOMEDS_AttributeDrawable_i() {};
25   CORBA::Boolean IsDrawable();
26   void SetDrawable(CORBA::Boolean value);
27 };
28
29
30
31 #endif