14 #ifndef _QtXmlTextNode_H_
15 #define _QtXmlTextNode_H_
18 # pragma warning (disable : 4250) // inherits via dominance
23 #include "msdevstudio/MSconfig.h"
61 void setData (
const std::string &
data );
67 #endif // _QtXmlTextNode_H_
#define MDL_QTHIPPOPLOT_API
hippodraw::QtXmlNode class interface
void * data(numeric::array arr)
An XML DOM Document handler using the Qt XML module.
XmlTextNode class interface.
A pure virtual base class of XML DOM Text node wrapper.
An XML element using the Qt XML module.
QDomText m_text_node
The DOM text node wrapped by this object.
An XML Dom text node using the Qt XML module.