xmltree.h

Go to the documentation of this file.
00001 #ifndef __XMLTREE_H__
00002 #define __XMLTREE_H__
00003 
00004 #include <QObject>
00005 #include <QtXml>
00006 #include <QTreeWidgetItem>
00007 
00008 class xmltree : public QObject 
00009 {
00010  Q_OBJECT
00011 
00012  public:
00013   xmltree(void);
00014   ~xmltree(void);
00015   bool load(QString xmlfile);
00016   
00017   QDomDocument dommodel; // DOM-представление документа
00018 };
00019 
00020 
00021 #endif // __XMLTREE_H__

Generated on Mon Feb 2 00:25:34 2009 for mytetra by  doxygen 1.5.1