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_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
std::string m_point
The attribute name of a control point.
Definition: BinToColorXML.h:40
The base class for the value to the color transformation.
Definition: BinToColor.h:30
BaseXML class interface.
A pure virtual base class of XML element wrapper.
Definition: XmlElement.h:30
std::string m_ctrlpt
The element name for control points.
Definition: BinToColorXML.h:36
A singleton class that is does XML serialization and deserialization of derived classes of BinToColor...
Definition: BinToColorXML.h:29
A base class of XML element controllers.
Definition: BaseXML.h:35
A base class that is the interface between GUI and the XML serialization and deserialization.
Definition: XmlController.h:53

Generated for HippoDraw Class Library by doxygen