##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r24:f543ed746063
r96:3170eb771a99
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