##// END OF EJS Templates
- wrapped instances are now wrapped by class specific subtypes to facilitate future deriving from python...
- wrapped instances are now wrapped by class specific subtypes to facilitate future deriving from python - object creation has changed by using the python type system (calling the type object with PyObject_Call) git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@54 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r18:44e5ff2700cb
Show More
PythonQtWrapper_QXmlStreamAttributes.h
51 lines | 3.1 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_core / PythonQtWrapper_QXmlStreamAttributes.h
#ifndef PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTES_H
#define PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTES_H
#include <qxmlstream.h>
#include <QObject>
#include <QVariant>
#include <qlist.h>
#include <qvector.h>
#include <qxmlstream.h>
class PythonQtWrapper_QXmlStreamAttributes : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamAttributes* new_QXmlStreamAttributes();
void delete_QXmlStreamAttributes(QXmlStreamAttributes* obj) { delete obj; }
void append(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& value);
void append(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName, const QString& value);
void append(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& attribute);
const QXmlStreamAttribute& at(QXmlStreamAttributes* theWrappedObject, int i) const;
int capacity(QXmlStreamAttributes* theWrappedObject) const;
void clear(QXmlStreamAttributes* theWrappedObject);
bool contains(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
int count(QXmlStreamAttributes* theWrappedObject) const;
int count(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
bool empty(QXmlStreamAttributes* theWrappedObject) const;
QVector<QXmlStreamAttribute >& fill(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int size);
const QXmlStreamAttribute& first(QXmlStreamAttributes* theWrappedObject) const;
QVector<QXmlStreamAttribute > static_QXmlStreamAttributes_fromList(const QList<QXmlStreamAttribute >& list);
int indexOf(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int from) const;
bool isEmpty(QXmlStreamAttributes* theWrappedObject) const;
const QXmlStreamAttribute& last(QXmlStreamAttributes* theWrappedObject) const;
int lastIndexOf(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int from) const;
QVector<QXmlStreamAttribute > mid(QXmlStreamAttributes* theWrappedObject, int pos, int length) const;
bool operator_equal(QXmlStreamAttributes* theWrappedObject, const QVector<QXmlStreamAttribute >& v) const;
void prepend(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t);
void remove(QXmlStreamAttributes* theWrappedObject, int i);
void remove(QXmlStreamAttributes* theWrappedObject, int i, int n);
void replace(QXmlStreamAttributes* theWrappedObject, int i, const QXmlStreamAttribute& t);
void reserve(QXmlStreamAttributes* theWrappedObject, int size);
void resize(QXmlStreamAttributes* theWrappedObject, int size);
void setSharable(QXmlStreamAttributes* theWrappedObject, bool sharable);
int size(QXmlStreamAttributes* theWrappedObject) const;
void squeeze(QXmlStreamAttributes* theWrappedObject);
QList<QXmlStreamAttribute > toList(QXmlStreamAttributes* theWrappedObject) const;
QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name) const;
QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName) const;
};
#endif // PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTES_H