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_
#define MDL_QTHIPPOPLOT_API
Definition: libqthippo.h:36
hippodraw::QtXmlNode class interface
void * data(numeric::array arr)
Definition: num_util.cpp:389
An XML DOM Document handler using the Qt XML module.
Definition: QtXmlDocument.h:30
XmlTextNode class interface.
A pure virtual base class of XML DOM Text node wrapper.
Definition: XmlTextNode.h:28
An XML element using the Qt XML module.
Definition: QtXmlNode.h:35
QDomText m_text_node
The DOM text node wrapped by this object.
Definition: QtXmlTextNode.h:44
An XML Dom text node using the Qt XML module.
Definition: QtXmlTextNode.h:38

Generated for HippoDraw Class Library by doxygen