##// 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:

r73:40dc86970256
r96:3170eb771a99
Show More
PythonQtWrapper_QXmlAttributes.h
47 lines | 1.9 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QXMLATTRIBUTES_H
#define PYTHONQTWRAPPER_QXMLATTRIBUTES_H
#include <qxml.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <QVariant>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 class PythonQtShell_QXmlAttributes : public QXmlAttributes
{
public:
PythonQtShell_QXmlAttributes():QXmlAttributes(),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QXmlAttributes : public QObject
{ Q_OBJECT
public:
public slots:
QXmlAttributes* new_QXmlAttributes();
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QXmlAttributes* new_QXmlAttributes(const QXmlAttributes& other) {
PythonQtShell_QXmlAttributes* a = new PythonQtShell_QXmlAttributes();
*((QXmlAttributes*)a) = other;
return a; }
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void delete_QXmlAttributes(QXmlAttributes* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 QString localName(QXmlAttributes* theWrappedObject, int index) const;
void clear(QXmlAttributes* theWrappedObject);
int count(QXmlAttributes* theWrappedObject) const;
QString qName(QXmlAttributes* theWrappedObject, int index) const;
QString value(QXmlAttributes* theWrappedObject, const QString& qName) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 int length(QXmlAttributes* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QString value(QXmlAttributes* theWrappedObject, const QString& uri, const QString& localName) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QString type(QXmlAttributes* theWrappedObject, const QString& uri, const QString& localName) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 int index(QXmlAttributes* theWrappedObject, const QString& uri, const QString& localPart) const;
florianlink
recreated wrappers to match current python qt version...
r73 QString type(QXmlAttributes* theWrappedObject, const QString& qName) const;
void append(QXmlAttributes* theWrappedObject, const QString& qName, const QString& uri, const QString& localPart, const QString& value);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QString type(QXmlAttributes* theWrappedObject, int index) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 int index(QXmlAttributes* theWrappedObject, const QString& qName) const;
florianlink
upgraded wrappers to current generator version...
r28 QString value(QXmlAttributes* theWrappedObject, int index) const;
florianlink
recreated wrappers to match current python qt version...
r73 QString uri(QXmlAttributes* theWrappedObject, int index) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QXMLATTRIBUTES_H