ColorXML.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _ColorXML_H_
15 #define _ColorXML_H_
16 
17 #include "BaseXML.h"
18 
19 namespace hippodraw {
20 
21 class Color;
22 
29 {
30 
31 private:
32 
34  ColorXML ( const ColorXML & );
35 
37  std::string m_red;
38 
40  std::string m_green;
41 
43  std::string m_blue;
44 
45 public:
46 
48  ColorXML ( XmlController * );
49 
52  XmlElement * createElement ( const Color & color );
53 
55  Color * createObject ( const XmlElement * element );
56 
57 };
58 
59 } // namespace hippodraw
60 
61 #endif // _ColorXML_H_

Generated for HippoDraw Class Library by doxygen