IEC61970 16v29a
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
•
All
Classes
Variables
16v29a
refactored
IEC61970
Base
DiagramLayout
TextDiagramObject.h
1
// TextDiagramObject.h
3
// Implementation of the Class TextDiagramObject
4
// Original author: mcmorran
6
7
#ifndef TEXTDIAGRAMOBJECT_H
8
#define TEXTDIAGRAMOBJECT_H
9
10
#include "IEC61970/Base/Domain/String.h"
11
#include "IEC61970/Base/DiagramLayout/DiagramObject.h"
12
13
namespace
IEC61970
14
{
15
namespace
Base
16
{
17
namespace
DiagramLayout
18
{
23
class
TextDiagramObject
:
public
IEC61970::Base::DiagramLayout::DiagramObject
24
{
25
26
public
:
27
TextDiagramObject
();
28
virtual
~
TextDiagramObject
();
32
IEC61970::Base::Domain::String
text
;
33
34
};
35
36
}
37
38
}
39
40
}
41
#endif // TEXTDIAGRAMOBJECT_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::DiagramLayout::DiagramObject
Definition:
DiagramObject.h:34
IEC61970::Base::DiagramLayout::TextDiagramObject::text
IEC61970::Base::Domain::String text
Definition:
TextDiagramObject.h:32
IEC61970::Base::DiagramLayout::TextDiagramObject
Definition:
TextDiagramObject.h:23
Generated by
1.8.13