BinToColorXML.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _BinToColorXML_H_
00015 #define _BinToColorXML_H_
00016 
00017 #include "BaseXML.h"
00018 
00019 
00020 namespace hippodraw {
00021 
00022 class BinToColor;
00023 
00029 class MDL_HIPPOPLOT_API BinToColorXML : public BaseXML
00030 {
00031 
00032 private:
00033 
00036   std:: string m_ctrlpt;
00037 
00040   std::string m_point;
00041 
00043   BinToColorXML ( const BinToColorXML & );
00044 
00045 public:
00046 
00048   BinToColorXML ( XmlController * );
00049 
00052   XmlElement * createElement ( const BinToColor & btc );
00053 
00055   BinToColor * createObject ( const XmlElement * element );
00056 
00057 };
00058 
00059 } // namespace hippodraw
00060 
00061 #endif // _BinToColorXML_H_

Generated for HippoDraw Class Library by doxygen