Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
xml
PointRepXML.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _PointRepXML_H_
15
#define _PointRepXML_H_
16
17
#include "
BaseXML.h
"
18
19
namespace
hippodraw {
20
21
class
BinToColorXML;
22
class
ColorXML;
23
class
RepBase;
24
30
class
MDL_HIPPOPLOT_API
PointRepXML
:
public
BaseXML
31
{
32
33
private
:
34
36
ColorXML
*
m_color_xml
;
37
40
BinToColorXML
*
m_bintocolor_xml
;
41
44
std::string
a_size
;
45
48
std::string
a_style
;
49
52
std::string
a_xerror
;
53
56
std::string
a_yerror
;
57
60
std::string
a_text
;
61
64
std::string
a_value_transform
;
65
67
void
setAttributes (
XmlElement
& tag,
const
RepBase
& rep );
68
70
PointRepXML
(
const
PointRepXML
& );
71
72
public
:
73
75
PointRepXML
(
XmlController
* );
76
79
~
PointRepXML
();
80
82
XmlElement
* createElement (
const
RepBase
& rep );
83
88
RepBase
* createObject (
const
XmlElement
* element );
89
90
};
91
92
}
// namespace hippodraw
93
94
#endif // _PointRepXML_H_
Generated for HippoDraw Class Library by