QtXmlNode.h
Go to the documentation of this file.
1 /* -*- mode:c++ -*- */
2 
14 #ifndef _QtXmlNode_H_
15 #define _QtXmlNode_H_
16 
17 #include "qt/libqthippo.h"
18 
19 
20 // for clone defect
21 #ifdef _MSC_VER
22 #include "msdevstudio/MSconfig.h"
23 #endif
24 
25 #include "xml/XmlNode.h"
26 
27 #include <qdom.h>
28 
29 namespace hippodraw {
30 
35 class MDL_QTHIPPOPLOT_API QtXmlNode : virtual public XmlNode
36 {
37 
38  protected:
39 
42 
45  QtXmlNode ();
46 
49  virtual ~QtXmlNode ();
50 
51 public:
52 
53  friend class QtXmlDocument;
54 
56  QtXmlNode ( const QtXmlNode & );
57 
58  virtual void appendChild ( const XmlNode & child );
59 
60 
61 };
62 
63 } // namespace hippodraw
64 
65 #endif // _QtXmlNode_H_

Generated for HippoDraw Class Library by doxygen