BinToColorXML.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToColorXML_H_
15 #define _BinToColorXML_H_
16 
17 #include "BaseXML.h"
18 
19 
20 namespace hippodraw {
21 
22 class BinToColor;
23 
30 {
31 
32 private:
33 
36  std:: string m_ctrlpt;
37 
40  std::string m_point;
41 
43  BinToColorXML ( const BinToColorXML & );
44 
45 public:
46 
49 
52  XmlElement * createElement ( const BinToColor & btc );
53 
55  BinToColor * createObject ( const XmlElement * element );
56 
57 };
58 
59 } // namespace hippodraw
60 
61 #endif // _BinToColorXML_H_

Generated for HippoDraw Class Library by doxygen