##// END OF EJS Templates
added initial generated wrappers for Qt 4.4.3...
added initial generated wrappers for Qt 4.4.3 git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@49 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r13:d46b01f7163a
Show More
PythonQtWrapper_QXmlLexicalHandler.h
24 lines | 974 B | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_xml / PythonQtWrapper_QXmlLexicalHandler.h
#ifndef PYTHONQTWRAPPER_QXMLLEXICALHANDLER_H
#define PYTHONQTWRAPPER_QXMLLEXICALHANDLER_H
#include <qxml.h>
#include <QObject>
#include <QVariant>
class PythonQtWrapper_QXmlLexicalHandler : public QObject
{ Q_OBJECT
public:
public slots:
void delete_QXmlLexicalHandler(QXmlLexicalHandler* obj) { delete obj; }
bool comment(QXmlLexicalHandler* theWrappedObject, const QString& ch);
bool endCDATA(QXmlLexicalHandler* theWrappedObject);
bool endDTD(QXmlLexicalHandler* theWrappedObject);
bool endEntity(QXmlLexicalHandler* theWrappedObject, const QString& name);
QString errorString(QXmlLexicalHandler* theWrappedObject) const;
bool startCDATA(QXmlLexicalHandler* theWrappedObject);
bool startDTD(QXmlLexicalHandler* theWrappedObject, const QString& name, const QString& publicId, const QString& systemId);
bool startEntity(QXmlLexicalHandler* theWrappedObject, const QString& name);
};
#endif // PYTHONQTWRAPPER_QXMLLEXICALHANDLER_H