Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
xml
AxisTickXML.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _AxisTickXML_H_
15
#define _AxisTickXML_H_
16
17
#include "
BaseXML.h
"
18
19
namespace
hippodraw {
20
21
class
AxisTick;
22
28
class
MDL_HIPPOPLOT_API
AxisTickXML
:
virtual
public
BaseXML
29
{
30
31
private
:
32
35
static
AxisTickXML
*
s_instance
;
36
39
std::string
m_value
;
40
43
std::string
m_label
;
44
46
AxisTickXML
(
const
AxisTickXML
& );
47
48
public
:
49
52
AxisTickXML
(
XmlController
* controller );
53
57
void
setAttributes (
XmlElement
& tag,
const
AxisTick
& tick );
58
62
void
setAttributes (
AxisTick
* tick,
const
XmlElement
* element );
63
64
};
65
66
}
// namespace hippodraw
67
68
#endif // _AxisTickXML_H_
Generated for HippoDraw Class Library by