CIM++ Adapted CIM_SINERGIEN Codebase
VisibilityLayer.h
1 // VisibilityLayer.h
3 // Implementation of the Class VisibilityLayer
4 // Original author: mcmorran
6 
7 #ifndef VISIBILITYLAYER_H
8 #define VISIBILITYLAYER_H
9 
10 #include "IEC61970/Base/Domain/Integer.h"
11 #include "IEC61970/Base/Core/IdentifiedObject.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace DiagramLayout
18  {
32  {
33 
34  public:
36  virtual ~VisibilityLayer();
41  IEC61970::Base::Domain::Integer drawingOrder;
42 
43  };
44 
45  }
46 
47  }
48 
49 }
50 #endif // VISIBILITYLAYER_H
Definition: AuxiliaryEquipment.h:13
Definition: VisibilityLayer.h:31
IEC61970::Base::Domain::Integer drawingOrder
Definition: VisibilityLayer.h:41
Definition: IdentifiedObject.h:36