QtXmlTextNode.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _QtXmlTextNode_H_
15 #define _QtXmlTextNode_H_
16 
17 #ifdef _MSC_VER
18 # pragma warning (disable : 4250) // inherits via dominance
19 #endif
20 
21 // for clone defect
22 #ifdef _MSC_VER
23 #include "msdevstudio/MSconfig.h"
24 #endif
25 
26 #include "QtXmlNode.h"
27 
28 #include "xml/XmlTextNode.h"
29 
30 #include <qdom.h>
31 
32 namespace hippodraw {
33 
39 {
40 
41 private:
42 
45 
46  QtXmlTextNode ( const QDomText & );
47 
48  public:
49 
50  friend class QtXmlDocument;
51 
53  QtXmlTextNode ( const QtXmlTextNode & );
54 
57  ~QtXmlTextNode ();
58 
61  void setData ( const std::string & data );
62 
63 };
64 
65 } // namespace hippodraw
66 
67 #endif // _QtXmlTextNode_H_

Generated for HippoDraw Class Library by doxygen