##// END OF EJS Templates
added builtin support for variants etc., this will replace the direct includes in PythonQt...
added builtin support for variants etc., this will replace the direct includes in PythonQt git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@129 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r93:7b53f64eae84
Show More
PythonQtWrapper_QHttpResponseHeader.h
57 lines | 2.6 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_network / PythonQtWrapper_QHttpResponseHeader.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QHTTPRESPONSEHEADER_H
#define PYTHONQTWRAPPER_QHTTPRESPONSEHEADER_H
#include <qhttp.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 <qhttp.h>
#include <qlist.h>
#include <qpair.h>
#include <qstringlist.h>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 class PythonQtShell_QHttpResponseHeader : public QHttpResponseHeader
{
public:
PythonQtShell_QHttpResponseHeader():QHttpResponseHeader(),_wrapper(NULL) {};
PythonQtShell_QHttpResponseHeader(const QHttpResponseHeader& header):QHttpResponseHeader(header),_wrapper(NULL) {};
PythonQtShell_QHttpResponseHeader(const QString& str):QHttpResponseHeader(str),_wrapper(NULL) {};
PythonQtShell_QHttpResponseHeader(int code, const QString& text = QString(), int majorVer = 1, int minorVer = 1):QHttpResponseHeader(code, text, majorVer, minorVer),_wrapper(NULL) {};
virtual int majorVersion() const;
virtual int minorVersion() const;
virtual bool parseLine(const QString& line, int number);
virtual QString toString() const;
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QHttpResponseHeader : public QHttpResponseHeader
{ public:
florianlink
upgraded wrappers to current generator version...
r28 inline int promoted_majorVersion() const { return QHttpResponseHeader::majorVersion(); }
florianlink
recreated wrappers to match current python qt version...
r73 inline QString promoted_toString() const { return QHttpResponseHeader::toString(); }
florianlink
upgraded wrappers to current generator version...
r28 inline int promoted_minorVersion() const { return QHttpResponseHeader::minorVersion(); }
inline bool promoted_parseLine(const QString& line, int number) { return QHttpResponseHeader::parseLine(line, number); }
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 };
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QHttpResponseHeader : public QObject
{ Q_OBJECT
public:
public slots:
QHttpResponseHeader* new_QHttpResponseHeader();
QHttpResponseHeader* new_QHttpResponseHeader(const QHttpResponseHeader& header);
QHttpResponseHeader* new_QHttpResponseHeader(const QString& str);
QHttpResponseHeader* new_QHttpResponseHeader(int code, const QString& text = QString(), int majorVer = 1, int minorVer = 1);
void delete_QHttpResponseHeader(QHttpResponseHeader* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 int majorVersion(QHttpResponseHeader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 int statusCode(QHttpResponseHeader* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QString toString(QHttpResponseHeader* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QString reasonPhrase(QHttpResponseHeader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setStatusLine(QHttpResponseHeader* theWrappedObject, int code, const QString& text = QString(), int majorVer = 1, int minorVer = 1);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 int minorVersion(QHttpResponseHeader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool parseLine(QHttpResponseHeader* theWrappedObject, const QString& line, int number);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QHTTPRESPONSEHEADER_H