##// END OF EJS Templates
added new tests for new PythonQt features...
added new tests for new PythonQt features git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@73 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r24:f543ed746063
r37:5bd99c632a3f
Show More
PythonQtWrapper_QXmlEntityResolver.h
31 lines | 795 B | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_xml / PythonQtWrapper_QXmlEntityResolver.h
#ifndef PYTHONQTWRAPPER_QXMLENTITYRESOLVER_H
#define PYTHONQTWRAPPER_QXMLENTITYRESOLVER_H
#include <qxml.h>
#include <QObject>
#include <PythonQt.h>
#include <QVariant>
#include <qxml.h>
class PythonQtShell_QXmlEntityResolver : public QXmlEntityResolver
{
public:
PythonQtShell_QXmlEntityResolver():QXmlEntityResolver(),_wrapper(NULL) {};
virtual QString errorString() const;
virtual bool resolveEntity(const QString& publicId, const QString& systemId, QXmlInputSource*& ret);
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QXmlEntityResolver : public QObject
{ Q_OBJECT
public:
public slots:
QXmlEntityResolver* new_QXmlEntityResolver();
void delete_QXmlEntityResolver(QXmlEntityResolver* obj) { delete obj; }
};
#endif // PYTHONQTWRAPPER_QXMLENTITYRESOLVER_H