Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
xml
BinnerAxisXML.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _BinnerAxisXML_H_
15
#define _BinnerAxisXML_H_
16
17
#include "
BaseXML.h
"
18
19
namespace
hippodraw {
20
21
class
BinnerAxis;
22
28
class
MDL_HIPPOPLOT_API
BinnerAxisXML
:
public
BaseXML
29
{
30
31
private
:
32
34
BinnerAxisXML
(
const
BinnerAxisXML
& );
35
37
std::string
m_width
;
38
40
std::string
m_high
;
41
43
std::string
m_low
;
44
47
void
setAttributes (
XmlElement
* tag,
const
BinnerAxis
& binner );
48
49
public
:
50
53
BinnerAxisXML
(
XmlController
* );
54
57
XmlElement
* createElement (
const
BinnerAxis
& binner );
58
61
virtual
BinnerAxis
* createObject (
const
XmlElement
* element );
62
63
};
64
65
}
// namespace hippodraw
66
67
#endif // _BinnerAxisXML_H_
Generated for HippoDraw Class Library by