##// END OF EJS Templates
added methods to qt namespace...
added methods to qt namespace git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@71 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r35:b8dce620ba5c
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; }
void append(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& attribute);
florianlink
upgraded wrappers to current generator version...
r28 const QXmlStreamAttribute& at(QXmlStreamAttributes* theWrappedObject, int i) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void remove(QXmlStreamAttributes* theWrappedObject, int i, int n);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 int capacity(QXmlStreamAttributes* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QVector<QXmlStreamAttribute >& fill(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int size);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void clear(QXmlStreamAttributes* theWrappedObject);
florianlink
upgraded wrappers to current generator version...
r28 bool contains(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName) const;
int count(QXmlStreamAttributes* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 const QXmlStreamAttribute& last(QXmlStreamAttributes* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool empty(QXmlStreamAttributes* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QVector<QXmlStreamAttribute > mid(QXmlStreamAttributes* theWrappedObject, int pos, int length) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void remove(QXmlStreamAttributes* theWrappedObject, int i);
florianlink
upgraded wrappers to current generator version...
r28 QVector<QXmlStreamAttribute > static_QXmlStreamAttributes_fromList(const QList<QXmlStreamAttribute >& list);
bool isEmpty(QXmlStreamAttributes* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void squeeze(QXmlStreamAttributes* theWrappedObject);
florianlink
upgraded wrappers to current generator version...
r28 QList<QXmlStreamAttribute > toList(QXmlStreamAttributes* theWrappedObject) const;
void resize(QXmlStreamAttributes* theWrappedObject, int size);
bool operator_equal(QXmlStreamAttributes* theWrappedObject, const QVector<QXmlStreamAttribute >& v) const;
void append(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& value);
int indexOf(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int from) const;
int size(QXmlStreamAttributes* theWrappedObject) const;
void append(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName, const QString& value);
int count(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
void reserve(QXmlStreamAttributes* theWrappedObject, int size);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void prepend(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t);
florianlink
upgraded wrappers to current generator version...
r28 void replace(QXmlStreamAttributes* theWrappedObject, int i, const QXmlStreamAttribute& t);
const QXmlStreamAttribute& first(QXmlStreamAttributes* theWrappedObject) const;
void setSharable(QXmlStreamAttributes* theWrappedObject, bool sharable);
QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name) const;
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