##// END OF EJS Templates
fixed bad reference counting and borrowed references...
fixed bad reference counting and borrowed references git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@55 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r19:4f416979f8bf
Show More
PythonQtWrapper_QDomDocumentType.h
26 lines | 911 B | text/x-c | CLexer
#ifndef PYTHONQTWRAPPER_QDOMDOCUMENTTYPE_H
#define PYTHONQTWRAPPER_QDOMDOCUMENTTYPE_H
#include <qdom.h>
#include <QObject>
#include <QVariant>
#include <qdom.h>
#include <qtextstream.h>
class PythonQtWrapper_QDomDocumentType : public QObject
{ Q_OBJECT
public:
public slots:
QDomDocumentType* new_QDomDocumentType();
QDomDocumentType* new_QDomDocumentType(const QDomDocumentType& x);
void delete_QDomDocumentType(QDomDocumentType* obj) { delete obj; }
QDomNamedNodeMap entities(QDomDocumentType* theWrappedObject) const;
QString internalSubset(QDomDocumentType* theWrappedObject) const;
QString name(QDomDocumentType* theWrappedObject) const;
QDomNamedNodeMap notations(QDomDocumentType* theWrappedObject) const;
QString publicId(QDomDocumentType* theWrappedObject) const;
QString systemId(QDomDocumentType* theWrappedObject) const;
};
#endif // PYTHONQTWRAPPER_QDOMDOCUMENTTYPE_H