IEC61970 16v29a
DiagramObjectStyle.h
1 // DiagramObjectStyle.h
3 // Implementation of the Class DiagramObjectStyle
4 // Original author: mcmorran
6 
7 #ifndef DIAGRAMOBJECTSTYLE_H
8 #define DIAGRAMOBJECTSTYLE_H
9 
10 #include "IEC61970/Base/Core/IdentifiedObject.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace DiagramLayout
17  {
24  {
25 
26  public:
28  virtual ~DiagramObjectStyle();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // DIAGRAMOBJECTSTYLE_H
Definition: AuxiliaryEquipment.h:13
Definition: IdentifiedObject.h:36
Definition: DiagramObjectStyle.h:23