IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61970
Base
DiagramLayout
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
{
23
class
DiagramObjectStyle
:
public
IEC61970::Base::Core::IdentifiedObject
24
{
25
26
public
:
27
DiagramObjectStyle
();
28
virtual
~
DiagramObjectStyle
();
29
30
};
31
32
}
33
34
}
35
36
}
37
#endif // DIAGRAMOBJECTSTYLE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Core::IdentifiedObject
Definition:
IdentifiedObject.h:36
IEC61970::Base::DiagramLayout::DiagramObjectStyle
Definition:
DiagramObjectStyle.h:23
Generated by
1.8.13