##// 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_QXmlStreamAttributes.h
66 lines | 3.6 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_core / PythonQtWrapper_QXmlStreamAttributes.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTES_H
#define PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTES_H
#include <qxmlstream.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>
#include <qlist.h>
#include <qvector.h>
#include <qxmlstream.h>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 class PythonQtShell_QXmlStreamAttributes : public QXmlStreamAttributes
{
public:
PythonQtShell_QXmlStreamAttributes():QXmlStreamAttributes(),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QXmlStreamAttributes : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamAttributes* new_QXmlStreamAttributes();
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QXmlStreamAttributes* new_QXmlStreamAttributes(const QXmlStreamAttributes& other) {
PythonQtShell_QXmlStreamAttributes* a = new PythonQtShell_QXmlStreamAttributes();
*((QXmlStreamAttributes*)a) = other;
return a; }
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void delete_QXmlStreamAttributes(QXmlStreamAttributes* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 void setSharable(QXmlStreamAttributes* theWrappedObject, bool sharable);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void squeeze(QXmlStreamAttributes* theWrappedObject);
florianlink
recreated wrappers to match current python qt version...
r73 void append(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& value);
int count(QXmlStreamAttributes* theWrappedObject) const;
void append(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName, const QString& value);
bool contains(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
florianlink
upgraded wrappers to current generator version...
r28 QList<QXmlStreamAttribute > toList(QXmlStreamAttributes* theWrappedObject) const;
bool operator_equal(QXmlStreamAttributes* theWrappedObject, const QVector<QXmlStreamAttribute >& v) const;
florianlink
recreated wrappers to match current python qt version...
r73 const QXmlStreamAttribute* at(QXmlStreamAttributes* theWrappedObject, int i) const;
void clear(QXmlStreamAttributes* theWrappedObject);
florianlink
upgraded wrappers to current generator version...
r28 int indexOf(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int from) const;
florianlink
recreated wrappers to match current python qt version...
r73 QVector<QXmlStreamAttribute > static_QXmlStreamAttributes_fromList(const QList<QXmlStreamAttribute >& list);
const QXmlStreamAttribute* last(QXmlStreamAttributes* theWrappedObject) const;
const QXmlStreamAttribute* first(QXmlStreamAttributes* theWrappedObject) const;
void remove(QXmlStreamAttributes* theWrappedObject, int i);
florianlink
upgraded wrappers to current generator version...
r28 void reserve(QXmlStreamAttributes* theWrappedObject, int size);
void replace(QXmlStreamAttributes* theWrappedObject, int i, const QXmlStreamAttribute& t);
florianlink
recreated wrappers to match current python qt version...
r73 bool empty(QXmlStreamAttributes* theWrappedObject) const;
int count(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
void prepend(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t);
void remove(QXmlStreamAttributes* theWrappedObject, int i, int n);
void append(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& attribute);
int capacity(QXmlStreamAttributes* theWrappedObject) const;
QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName) const;
QVector<QXmlStreamAttribute > mid(QXmlStreamAttributes* theWrappedObject, int pos, int length) const;
florianlink
upgraded wrappers to current generator version...
r28 QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name) const;
florianlink
recreated wrappers to match current python qt version...
r73 QVector<QXmlStreamAttribute >* fill(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int size);
bool isEmpty(QXmlStreamAttributes* theWrappedObject) const;
int size(QXmlStreamAttributes* theWrappedObject) const;
void resize(QXmlStreamAttributes* theWrappedObject, int size);
florianlink
upgraded wrappers to current generator version...
r28 int lastIndexOf(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int from) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTES_H