##// END OF EJS Templates
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes...
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@70 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r24:f543ed746063
r34:5daedfb035c8
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